summaryrefslogtreecommitdiffstats
path: root/kpat
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 /kpat
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 'kpat')
-rw-r--r--kpat/dealer.h2
-rw-r--r--kpat/pwidget.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/kpat/dealer.h b/kpat/dealer.h
index fef7e6ce..42c07e9c 100644
--- a/kpat/dealer.h
+++ b/kpat/dealer.h
@@ -5,7 +5,7 @@
#include "hint.h"
#include <krandomsequence.h>
-class QDomDocument;
+class TQDomDocument;
class KMainWindow;
class Dealer;
class DealerInfo;
diff --git a/kpat/pwidget.h b/kpat/pwidget.h
index 36b2272b..ab2b4972 100644
--- a/kpat/pwidget.h
+++ b/kpat/pwidget.h
@@ -30,8 +30,8 @@ class KToggleAction;
class KSelectAction;
class KRecentFilesAction;
class KAction;
-class QWidgetStack;
-class QLabel;
+class TQWidgetStack;
+class TQLabel;
class pWidget: public KMainWindow {
Q_OBJECT