summaryrefslogtreecommitdiffstats
path: root/katomic
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 /katomic
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 'katomic')
-rw-r--r--katomic/gamewidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/katomic/gamewidget.h b/katomic/gamewidget.h
index c68965fd..a998c80a 100644
--- a/katomic/gamewidget.h
+++ b/katomic/gamewidget.h
@@ -4,8 +4,8 @@
class Feld;
class Molek;
-class QScrollBar;
-class QLabel;
+class TQScrollBar;
+class TQLabel;
class KScoreDialog;
#include <tqwidget.h>