summaryrefslogtreecommitdiffstats
path: root/libkdepim/categoryeditdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdepim/categoryeditdialog.h')
-rw-r--r--libkdepim/categoryeditdialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libkdepim/categoryeditdialog.h b/libkdepim/categoryeditdialog.h
index f8168b7a..761dbad1 100644
--- a/libkdepim/categoryeditdialog.h
+++ b/libkdepim/categoryeditdialog.h
@@ -32,8 +32,9 @@ namespace KPIM {
class KDE_EXPORT CategoryEditDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- CategoryEditDialog( KPimPrefs *prefs, TQWidget* parent = 0,
+ CategoryEditDialog( KPimPrefs *prefs, TQWidget* tqparent = 0,
const char* name = 0,
bool modal = false );
~CategoryEditDialog();