From 3176ef8fcbaa4716738df7d2e4c0216ccaab604a Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 03 Nov 2002 11:09:21 +0000 Subject: No default arguments in implementation please --- (limited to 'core/settings/launcher/tabdialog.h') diff --git a/core/settings/launcher/tabdialog.h b/core/settings/launcher/tabdialog.h index 892a3ad..4f99d5d 100644 --- a/core/settings/launcher/tabdialog.h +++ b/core/settings/launcher/tabdialog.h @@ -42,7 +42,7 @@ class QCheckBox; class TabDialog : public QDialog { Q_OBJECT public: - TabDialog ( const QPixmap *tabicon, const QString &tabname, TabConfig &cfg, QWidget *parent = 0, const char *name = 0, bool modal = false, WFlags = 0 ); + TabDialog ( const QPixmap *tabicon, const QString &tabname, TabConfig &cfg, QWidget *parent = 0, const char *dname = 0, bool modal = false, WFlags = 0 ); virtual ~TabDialog ( ); public slots: @@ -78,4 +78,4 @@ private: }; -#endif \ No newline at end of file +#endif -- cgit v0.9.0.2