diff options
Diffstat (limited to 'ksokoban/ModalLabel.h')
-rw-r--r-- | ksokoban/ModalLabel.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ksokoban/ModalLabel.h b/ksokoban/ModalLabel.h index 2fd010e9..cb4420cc 100644 --- a/ksokoban/ModalLabel.h +++ b/ksokoban/ModalLabel.h @@ -24,15 +24,16 @@ class ModalLabel : public TQLabel { Q_OBJECT + TQ_OBJECT public: - static void message (const TQString &text, TQWidget *parent); + static void message (const TQString &text, TQWidget *tqparent); void timerEvent (TQTimerEvent *); bool eventFilter (TQObject *, TQEvent *); bool completed_; protected: - ModalLabel (const TQString &text, TQWidget *parent, const char *name=0, WFlags f=0); + ModalLabel (const TQString &text, TQWidget *tqparent, const char *name=0, WFlags f=0); }; |