summaryrefslogtreecommitdiffstats
path: root/kworldwatch
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:27:57 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:27:57 +0000
commite81173c4c8cd67f5c74ee3fb592a94825b5e3618 (patch)
tree011767dad9a2dd8cf6ee0f3b39ff8207e12d68cf /kworldwatch
parentcfc42a28c327b96c6a2afee92af3bac1a479eb8a (diff)
downloadtdetoys-e81173c4c8cd67f5c74ee3fb592a94825b5e3618.tar.gz
tdetoys-e81173c4c8cd67f5c74ee3fb592a94825b5e3618.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdetoys@1158451 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kworldwatch')
-rw-r--r--kworldwatch/cities.h2
-rw-r--r--kworldwatch/mapwidget.h2
-rw-r--r--kworldwatch/zoneclock.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/kworldwatch/cities.h b/kworldwatch/cities.h
index 6f08f24..ad99eae 100644
--- a/kworldwatch/cities.h
+++ b/kworldwatch/cities.h
@@ -34,7 +34,7 @@
#include <tqptrlist.h>
-class QPainter;
+class TQPainter;
class City
diff --git a/kworldwatch/mapwidget.h b/kworldwatch/mapwidget.h
index d23b5c7..1bec4c9 100644
--- a/kworldwatch/mapwidget.h
+++ b/kworldwatch/mapwidget.h
@@ -40,7 +40,7 @@
#include <tqtimer.h>
-class QPopupMenu;
+class TQPopupMenu;
#include <kconfig.h>
diff --git a/kworldwatch/zoneclock.h b/kworldwatch/zoneclock.h
index 403256e..0b735bb 100644
--- a/kworldwatch/zoneclock.h
+++ b/kworldwatch/zoneclock.h
@@ -35,7 +35,7 @@
#include <tqptrlist.h>
-class QLabel;
+class TQLabel;
class SimpleFlow;
class KConfig;