diff options
Diffstat (limited to 'ksnake/startroom.h')
-rw-r--r-- | ksnake/startroom.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ksnake/startroom.h b/ksnake/startroom.h index ef8cbbe0..683cd6e1 100644 --- a/ksnake/startroom.h +++ b/ksnake/startroom.h @@ -26,7 +26,7 @@ #ifndef STARTROOM_H #define STARTROOM_H -#include <qwidget.h> +#include <tqwidget.h> class QLabel; class QSpinBox; @@ -35,14 +35,14 @@ class StartRoom : public QWidget { Q_OBJECT public: - StartRoom( QWidget *parent=0, const char *name=0 ); + StartRoom( TQWidget *parent=0, const char *name=0 ); private slots: void loadLevel(int level); private: - QLabel *picture; - QSpinBox *roomRange; + TQLabel *picture; + TQSpinBox *roomRange; }; |