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