diff options
Diffstat (limited to 'ksirc/puke/playout.h')
-rw-r--r-- | ksirc/puke/playout.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ksirc/puke/playout.h b/ksirc/puke/playout.h index 90a606b8..45f1975c 100644 --- a/ksirc/puke/playout.h +++ b/ksirc/puke/playout.h @@ -11,10 +11,11 @@ class PLayout; class PLayout : public PObject { Q_OBJECT + TQ_OBJECT public: static PObject *createWidget(CreateArgs &ca); - PLayout(TQObject *parent = 0); + PLayout(TQObject *tqparent = 0); virtual ~PLayout(); /** @@ -35,7 +36,7 @@ public: private: - TQBoxLayout *layout; + TQBoxLayout *tqlayout; }; |