summaryrefslogtreecommitdiffstats
path: root/kasteroids
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:21:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:21:06 +0000
commit42ca287b531e190dcee0f080f16c420874054129 (patch)
tree7ce730aa7fe29311d16654eb7c59457b05e03642 /kasteroids
parent576eb4299a00bc053db35414406f46372a0f70f2 (diff)
downloadtdegames-42ca287b531e190dcee0f080f16c420874054129.tar.gz
tdegames-42ca287b531e190dcee0f080f16c420874054129.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1158436 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kasteroids')
-rw-r--r--kasteroids/toplevel.cpp4
-rw-r--r--kasteroids/toplevel.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/kasteroids/toplevel.cpp b/kasteroids/toplevel.cpp
index 256174b6..d9a22a2b 100644
--- a/kasteroids/toplevel.cpp
+++ b/kasteroids/toplevel.cpp
@@ -85,8 +85,8 @@ KAstTopLevel::KAstTopLevel()
connect( view, TQT_SIGNAL( updateVitals() ), TQT_SLOT( slotUpdateVitals() ) );
TQVBoxLayout *vb = new TQVBoxLayout( mainWin );
- TQHBoxLayout *hb = new QHBoxLayout;
- TQHBoxLayout *hbd = new QHBoxLayout;
+ TQHBoxLayout *hb = new TQHBoxLayout;
+ TQHBoxLayout *hbd = new TQHBoxLayout;
vb->addLayout( hb );
TQFont labelFont( KGlobalSettings::generalFont().family(), 24 );
diff --git a/kasteroids/toplevel.h b/kasteroids/toplevel.h
index fb67cc14..c75710eb 100644
--- a/kasteroids/toplevel.h
+++ b/kasteroids/toplevel.h
@@ -17,7 +17,7 @@
//#define KA_ENABLE_SOUND
class KALedMeter;
-class QLCDNumber;
+class TQLCDNumber;
class KDialogBase;
class KAstTopLevel : public KMainWindow