diff options
Diffstat (limited to 'kworldwatch/main.cpp')
-rw-r--r-- | kworldwatch/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kworldwatch/main.cpp b/kworldwatch/main.cpp index edcad2a..3ebdbd4 100644 --- a/kworldwatch/main.cpp +++ b/kworldwatch/main.cpp @@ -51,7 +51,7 @@ WorldWideWatch::WorldWideWatch(bool restore, TQWidget *parent, const char *name) : KMainWindow(parent, name) { - KGlobal::locale()->insertCatalogue("timezones"); // For time zone translation + TDEGlobal::locale()->insertCatalogue("timezones"); // For time zone translation TQWidget *w = new TQWidget(this); setCentralWidget(w); |