diff options
Diffstat (limited to 'kworldwatch/main.cpp')
-rw-r--r-- | kworldwatch/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kworldwatch/main.cpp b/kworldwatch/main.cpp index 346a97b..44a6656 100644 --- a/kworldwatch/main.cpp +++ b/kworldwatch/main.cpp @@ -48,8 +48,8 @@ #include "zoneclock.h" -WorldWideWatch::WorldWideWatch(bool restore, TQWidget *parent, const char *name) - : KMainWindow(parent, name) +WorldWideWatch::WorldWideWatch(bool restore, TQWidget *tqparent, const char *name) + : KMainWindow(tqparent, name) { KGlobal::locale()->insertCatalogue("timezones"); // For time zone translation |