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