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 4ceeca5..342bdc2 100644 --- a/src/softwareimporters.h +++ b/src/softwareimporters.h @@ -38,7 +38,7 @@ class Note; class TreeImportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: TreeImportDialog(TQWidget *parent = 0); ~TreeImportDialog(); @@ -53,7 +53,7 @@ class TreeImportDialog : public KDialogBase class TextFileImportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: TextFileImportDialog(TQWidget *parent = 0); ~TextFileImportDialog(); |