summaryrefslogtreecommitdiffstats
path: root/ktuberling
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 /ktuberling
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 'ktuberling')
-rw-r--r--ktuberling/playground.h2
-rw-r--r--ktuberling/soundfactory.h2
-rw-r--r--ktuberling/toplevel.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/ktuberling/playground.h b/ktuberling/playground.h
index a84a7e63..bdb7e47f 100644
--- a/ktuberling/playground.h
+++ b/ktuberling/playground.h
@@ -17,7 +17,7 @@
#include "todraw.h"
#include "action.h"
-class QDomDocument;
+class TQDomDocument;
class TopLevel;
class PlayGround : public QWidget
diff --git a/ktuberling/soundfactory.h b/ktuberling/soundfactory.h
index 7ea0d532..6fcf9abb 100644
--- a/ktuberling/soundfactory.h
+++ b/ktuberling/soundfactory.h
@@ -10,7 +10,7 @@
#include "tqobject.h"
-class QDomDocument;
+class TQDomDocument;
class TopLevel;
class SoundFactory : public QObject
diff --git a/ktuberling/toplevel.h b/ktuberling/toplevel.h
index 31848f0f..26993202 100644
--- a/ktuberling/toplevel.h
+++ b/ktuberling/toplevel.h
@@ -11,7 +11,7 @@
#include <kmainwindow.h>
#include <kurl.h>
-class QDomDocument;
+class TQDomDocument;
class PlayGround;
class SoundFactory;