diff options
Diffstat (limited to 'kcontrol/clock/main.cpp')
-rw-r--r-- | kcontrol/clock/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/clock/main.cpp b/kcontrol/clock/main.cpp index 69fece8e3..5885c2594 100644 --- a/kcontrol/clock/main.cpp +++ b/kcontrol/clock/main.cpp @@ -57,7 +57,7 @@ KclockModule::KclockModule(TQWidget *parent, const char *name, const TQStringLis " the root password, but feel the system time should be corrected, please contact your system" " administrator.")); - KGlobal::locale()->insertCatalogue("timezones"); // For time zone translations + TDEGlobal::locale()->insertCatalogue("timezones"); // For time zone translations TQVBoxLayout *layout = new TQVBoxLayout(this, 0, KDialog::spacingHint()); |