diff options
Diffstat (limited to 'ksirc/NewWindowDialog.h')
-rw-r--r-- | ksirc/NewWindowDialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ksirc/NewWindowDialog.h b/ksirc/NewWindowDialog.h index 3590c691..5f541d83 100644 --- a/ksirc/NewWindowDialog.h +++ b/ksirc/NewWindowDialog.h @@ -11,10 +11,11 @@ class KLineEdit; class NewWindowDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - NewWindowDialog(const KSircChannel &, TQWidget * parent = 0, const char * name = 0); + NewWindowDialog(const KSircChannel &, TQWidget * tqparent = 0, const char * name = 0); ~NewWindowDialog(); protected slots: |