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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ksirc/puke/pbutton.h b/ksirc/puke/pbutton.h
index addc7713..2ee1fb1f 100644
--- a/ksirc/puke/pbutton.h
+++ b/ksirc/puke/pbutton.h
@@ -13,10 +13,11 @@ class PButton;
class PButton : public PWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
static PObject *createWidget(CreateArgs &ca);
- PButton ( PObject * parent );
+ PButton ( PObject * tqparent );
virtual ~PButton ();
virtual void messageHandler(int fd, PukeMessage *pm);