diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:27:57 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:27:57 +0000 |
commit | e81173c4c8cd67f5c74ee3fb592a94825b5e3618 (patch) | |
tree | 011767dad9a2dd8cf6ee0f3b39ff8207e12d68cf /kworldwatch | |
parent | cfc42a28c327b96c6a2afee92af3bac1a479eb8a (diff) | |
download | tdetoys-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.h | 2 | ||||
-rw-r--r-- | kworldwatch/mapwidget.h | 2 | ||||
-rw-r--r-- | kworldwatch/zoneclock.h | 2 |
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; |