summaryrefslogtreecommitdiffstats
path: root/ksirc/puke/ppushbt.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/puke/ppushbt.h')
-rw-r--r--ksirc/puke/ppushbt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ksirc/puke/ppushbt.h b/ksirc/puke/ppushbt.h
index fd624a24..e887afb8 100644
--- a/ksirc/puke/ppushbt.h
+++ b/ksirc/puke/ppushbt.h
@@ -12,10 +12,11 @@ class PPushButton;
class PPushButton : public PButton
{
Q_OBJECT
+ TQ_OBJECT
public:
static PObject *createWidget(CreateArgs &ca);
- PPushButton ( PObject * parent );
+ PPushButton ( PObject * tqparent );
virtual ~PPushButton ();
virtual void messageHandler(int fd, PukeMessage *pm);