summaryrefslogtreecommitdiffstats
path: root/kolf/kolf.h
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 /kolf/kolf.h
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 'kolf/kolf.h')
-rw-r--r--kolf/kolf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kolf/kolf.h b/kolf/kolf.h
index 035448ab..b57b2774 100644
--- a/kolf/kolf.h
+++ b/kolf/kolf.h
@@ -16,12 +16,12 @@ class KolfGame;
class KToggleAction;
class KListAction;
class KAction;
-class QGridLayout;
+class TQGridLayout;
class ScoreBoard;
-class QCloseEvent;
-class QEvent;
+class TQCloseEvent;
+class TQEvent;
class Player;
-class QWidget;
+class TQWidget;
class Editor;
class KDE_EXPORT Kolf : public KMainWindow