diff options
Diffstat (limited to 'libkdepim/categoryeditdialog.h')
-rw-r--r-- | libkdepim/categoryeditdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdepim/categoryeditdialog.h b/libkdepim/categoryeditdialog.h index 761dbad15..d4d4e3d47 100644 --- a/libkdepim/categoryeditdialog.h +++ b/libkdepim/categoryeditdialog.h @@ -34,7 +34,7 @@ class KDE_EXPORT CategoryEditDialog : public KDialogBase Q_OBJECT TQ_OBJECT public: - CategoryEditDialog( KPimPrefs *prefs, TQWidget* tqparent = 0, + CategoryEditDialog( KPimPrefs *prefs, TQWidget* parent = 0, const char* name = 0, bool modal = false ); ~CategoryEditDialog(); |