aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/toolbareditor/toolbareditor.h
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-10-10 03:42:12 +0000
committerGravatar Elvio Basello2008-10-10 03:42:12 +0000
commit9bc0a92972385db4a02f5a9e441ce1dee17ab2f2 (patch)
tree80291cd81a2f5ef8cbd77ab904ff99c006d81863 /src/modules/toolbareditor/toolbareditor.h
parentadded doxygen comments; (diff)
downloadKVIrc-9bc0a92972385db4a02f5a9e441ce1dee17ab2f2.tar.gz
KVIrc-9bc0a92972385db4a02f5a9e441ce1dee17ab2f2.tar.bz2
KVIrc-9bc0a92972385db4a02f5a9e441ce1dee17ab2f2.zip
get rid of QString::null; added doxygen comments;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2681 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/toolbareditor/toolbareditor.h')
-rw-r--r--src/modules/toolbareditor/toolbareditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/toolbareditor/toolbareditor.h b/src/modules/toolbareditor/toolbareditor.h
index 06ad94397..e5c3be0e8 100644
--- a/src/modules/toolbareditor/toolbareditor.h
+++ b/src/modules/toolbareditor/toolbareditor.h
@@ -73,7 +73,7 @@ class KviCustomToolBarPropertiesDialog : public QDialog
{
Q_OBJECT
public:
- KviCustomToolBarPropertiesDialog(QWidget * p,const QString &szText,const QString &szId = QString::null,const QString &szLabel = QString::null,const QString &szIconId = QString::null);
+ KviCustomToolBarPropertiesDialog(QWidget * p,const QString &szText,const QString &szId = QString(),const QString &szLabel = QString(),const QString &szIconId = QString());
~KviCustomToolBarPropertiesDialog();
protected:
QString m_szId;