summaryrefslogtreecommitdiffstats
path: root/kcontrol/clock
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:17:20 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:17:20 +0000
commita5edd20f0de599dbe7f7f00a184b78ac5156a846 (patch)
treeaf263e8b05d3a7ca4cadaae1e4c5b1f739d0a03b /kcontrol/clock
parentc663b6440964f6ac48027143ac9e63298991f9d0 (diff)
downloadtdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.tar.gz
tdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol/clock')
-rw-r--r--kcontrol/clock/main.h2
-rw-r--r--kcontrol/clock/tzone.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/clock/main.h b/kcontrol/clock/main.h
index 53a060674..8e178291a 100644
--- a/kcontrol/clock/main.h
+++ b/kcontrol/clock/main.h
@@ -25,7 +25,7 @@
class Dtime;
class Tzone;
-class QTabWidget;
+class TQTabWidget;
class KclockModule : public KCModule
diff --git a/kcontrol/clock/tzone.h b/kcontrol/clock/tzone.h
index fe9119773..3e874472f 100644
--- a/kcontrol/clock/tzone.h
+++ b/kcontrol/clock/tzone.h
@@ -26,8 +26,8 @@
#include <ktimezonewidget.h>
#include <tqvgroupbox.h>
-class QComboBox;
-class QLabel;
+class TQComboBox;
+class TQLabel;
class Tzone : public QVGroupBox
{