diff options
Diffstat (limited to 'src/softwareimporters.h')
-rw-r--r-- | src/softwareimporters.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/softwareimporters.h b/src/softwareimporters.h index 342bdc2..9c742ca 100644 --- a/src/softwareimporters.h +++ b/src/softwareimporters.h @@ -37,7 +37,7 @@ class Note; */ class TreeImportDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: TreeImportDialog(TQWidget *parent = 0); @@ -52,7 +52,7 @@ class TreeImportDialog : public KDialogBase */ class TextFileImportDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: TextFileImportDialog(TQWidget *parent = 0); |