diff options
Diffstat (limited to 'ksirc/puke/ptabdialog.h')
-rw-r--r-- | ksirc/puke/ptabdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ksirc/puke/ptabdialog.h b/ksirc/puke/ptabdialog.h index 17132301..0e4c9b94 100644 --- a/ksirc/puke/ptabdialog.h +++ b/ksirc/puke/ptabdialog.h @@ -10,10 +10,11 @@ class PTabDialog; class PTabDialog : public PWidget { Q_OBJECT + TQ_OBJECT public: static PObject *createWidget(CreateArgs &ca); - PTabDialog(TQObject *parent = 0); + PTabDialog(TQObject *tqparent = 0); virtual ~PTabDialog(); /** |