diff options
Diffstat (limited to 'knode/kngroupselectdialog.h')
-rw-r--r-- | knode/kngroupselectdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/knode/kngroupselectdialog.h b/knode/kngroupselectdialog.h index 11c6fd39b..05b21970f 100644 --- a/knode/kngroupselectdialog.h +++ b/knode/kngroupselectdialog.h @@ -23,9 +23,10 @@ class KNGroupSelectDialog : public KNGroupBrowser { Q_OBJECT + TQ_OBJECT public: - KNGroupSelectDialog(TQWidget *parent, KNNntpAccount *a, const TQString &act); + KNGroupSelectDialog(TQWidget *tqparent, KNNntpAccount *a, const TQString &act); ~KNGroupSelectDialog(); TQString selectedGroups()const; |