diff options
Diffstat (limited to 'ksokoban/ModalLabel.h')
-rw-r--r-- | ksokoban/ModalLabel.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ksokoban/ModalLabel.h b/ksokoban/ModalLabel.h index 4b35a82a..2fd010e9 100644 --- a/ksokoban/ModalLabel.h +++ b/ksokoban/ModalLabel.h @@ -20,19 +20,19 @@ #ifndef MODALLABEL_H #define MODALLABEL_H -#include <qlabel.h> +#include <tqlabel.h> -class ModalLabel : public QLabel { +class ModalLabel : public TQLabel { Q_OBJECT public: - static void message (const QString &text, QWidget *parent); + static void message (const TQString &text, TQWidget *parent); - void timerEvent (QTimerEvent *); - bool eventFilter (QObject *, QEvent *); + void timerEvent (TQTimerEvent *); + bool eventFilter (TQObject *, TQEvent *); bool completed_; protected: - ModalLabel (const QString &text, QWidget *parent, const char *name=0, WFlags f=0); + ModalLabel (const TQString &text, TQWidget *parent, const char *name=0, WFlags f=0); }; |