summaryrefslogtreecommitdiffstats
path: root/ksirc/NewWindowDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/NewWindowDialog.h')
-rw-r--r--ksirc/NewWindowDialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksirc/NewWindowDialog.h b/ksirc/NewWindowDialog.h
index 37449e0e..3590c691 100644
--- a/ksirc/NewWindowDialog.h
+++ b/ksirc/NewWindowDialog.h
@@ -14,13 +14,13 @@ class NewWindowDialog : public KDialogBase
public:
- NewWindowDialog(const KSircChannel &, QWidget * parent = 0, const char * name = 0);
+ NewWindowDialog(const KSircChannel &, TQWidget * parent = 0, const char * name = 0);
~NewWindowDialog();
protected slots:
void slotOk();
- void slotTextChanged( const QString &);
+ void slotTextChanged( const TQString &);
signals:
void openTopLevel(const KSircChannel &);