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