summaryrefslogtreecommitdiffstats
path: root/kworldwatch
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:43 -0600
commitd9056e4cfc9bb3187d193deac2355fce73254d2e (patch)
tree08e5e574b281f3da99abbefdeb01a7860337114f /kworldwatch
parent73c978ef8c0e4f3795f2d6cb71aedd6a4c903dbb (diff)
downloadtdetoys-d9056e4cfc9bb3187d193deac2355fce73254d2e.tar.gz
tdetoys-d9056e4cfc9bb3187d193deac2355fce73254d2e.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kworldwatch')
-rw-r--r--kworldwatch/main.cpp2
-rw-r--r--kworldwatch/main.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kworldwatch/main.cpp b/kworldwatch/main.cpp
index 8beb6a1..045c715 100644
--- a/kworldwatch/main.cpp
+++ b/kworldwatch/main.cpp
@@ -49,7 +49,7 @@
WorldWideWatch::WorldWideWatch(bool restore, TQWidget *parent, const char *name)
- : KMainWindow(parent, name)
+ : TDEMainWindow(parent, name)
{
TDEGlobal::locale()->insertCatalogue("timezones"); // For time zone translation
diff --git a/kworldwatch/main.h b/kworldwatch/main.h
index 8ebc367..8ac11f1 100644
--- a/kworldwatch/main.h
+++ b/kworldwatch/main.h
@@ -37,7 +37,7 @@ class MapWidget;
class ZoneClockPanel;
-class WorldWideWatch : public KMainWindow
+class WorldWideWatch : public TDEMainWindow
{
Q_OBJECT