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