diff options
Diffstat (limited to 'ksirc/puke/pkfiledialog.h')
-rw-r--r-- | ksirc/puke/pkfiledialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ksirc/puke/pkfiledialog.h b/ksirc/puke/pkfiledialog.h index dbfd7dd5..5b5802bb 100644 --- a/ksirc/puke/pkfiledialog.h +++ b/ksirc/puke/pkfiledialog.h @@ -11,10 +11,11 @@ class PKFileDialog; class PKFileDialog : public PWidget { Q_OBJECT + TQ_OBJECT public: static PObject *createWidget(CreateArgs &ca); - PKFileDialog ( PObject * parent ); + PKFileDialog ( PObject * tqparent ); virtual ~PKFileDialog (); virtual void messageHandler(int fd, PukeMessage *pm); |