summaryrefslogtreecommitdiffstats
path: root/kbounce
diff options
context:
space:
mode:
Diffstat (limited to 'kbounce')
-rw-r--r--kbounce/game.h2
-rw-r--r--kbounce/kbounce.cpp2
-rw-r--r--kbounce/kbounce.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/kbounce/game.h b/kbounce/game.h
index b7ebe769..1f66c288 100644
--- a/kbounce/game.h
+++ b/kbounce/game.h
@@ -29,7 +29,7 @@
using namespace Arts;
#endif
-class QTimer;
+class TQTimer;
class JezzField;
#define FIELD_WIDTH 32
diff --git a/kbounce/kbounce.cpp b/kbounce/kbounce.cpp
index 65fcaae9..5bfcc320 100644
--- a/kbounce/kbounce.cpp
+++ b/kbounce/kbounce.cpp
@@ -57,7 +57,7 @@ KJezzball::KJezzball()
m_layout = new TQGridLayout( m_view, 1, 3 );
m_layout->setColStretch( 2, 1 );
- TQVBoxLayout *infoLayout = new QVBoxLayout;
+ TQVBoxLayout *infoLayout = new TQVBoxLayout;
m_layout->addLayout( infoLayout, 0, 1 );
TQLabel *label = new TQLabel( i18n("Level:"), m_view );
diff --git a/kbounce/kbounce.h b/kbounce/kbounce.h
index 34d1ee77..60fd49bf 100644
--- a/kbounce/kbounce.h
+++ b/kbounce/kbounce.h
@@ -22,8 +22,8 @@
#include <kmainwindow.h>
class JezzGame;
-class QLCDNumber;
-class QGridLayout;
+class TQLCDNumber;
+class TQGridLayout;
class KToggleAction;
class KAction;