summaryrefslogtreecommitdiffstats
path: root/kworldwatch
diff options
context:
space:
mode:
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