summaryrefslogtreecommitdiffstats
path: root/ksirc/puke/pbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/puke/pbutton.h')
-rw-r--r--ksirc/puke/pbutton.h2
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);