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