From e81173c4c8cd67f5c74ee3fb592a94825b5e3618 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:27:57 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdetoys@1158451 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kworldwatch/cities.h | 2 +- kworldwatch/mapwidget.h | 2 +- kworldwatch/zoneclock.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kworldwatch') 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 -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 -class QPopupMenu; +class TQPopupMenu; #include 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 -class QLabel; +class TQLabel; class SimpleFlow; class KConfig; -- cgit v1.2.1