diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:14:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:14:43 -0600 |
commit | d9056e4cfc9bb3187d193deac2355fce73254d2e (patch) | |
tree | 08e5e574b281f3da99abbefdeb01a7860337114f /kworldwatch/main.cpp | |
parent | 73c978ef8c0e4f3795f2d6cb71aedd6a4c903dbb (diff) | |
download | tdetoys-d9056e4cfc9bb3187d193deac2355fce73254d2e.tar.gz tdetoys-d9056e4cfc9bb3187d193deac2355fce73254d2e.zip |
Rename a number of classes to enhance compatibility with KDE4
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 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 |