diff options
-rw-r--r-- | adept/batch/main.cpp | 2 | ||||
-rw-r--r-- | adept/installer/main.cpp | 2 | ||||
-rw-r--r-- | adept/manager/main.cpp | 2 | ||||
-rw-r--r-- | adept/updater/main.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/adept/batch/main.cpp b/adept/batch/main.cpp index 8167478..c4c09f6 100644 --- a/adept/batch/main.cpp +++ b/adept/batch/main.cpp @@ -14,7 +14,7 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KLocale::setMainCatalogue("adept"); + TDELocale::setMainCatalogue("adept"); TQString description = i18n("Adept Batch"); diff --git a/adept/installer/main.cpp b/adept/installer/main.cpp index 6795c3a..6837a0d 100644 --- a/adept/installer/main.cpp +++ b/adept/installer/main.cpp @@ -14,7 +14,7 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KLocale::setMainCatalogue("adept_installer"); + TDELocale::setMainCatalogue("adept_installer"); putenv( "TQT_IM_MODULE=xim" ); TQString description = i18n("Adept Installer"); diff --git a/adept/manager/main.cpp b/adept/manager/main.cpp index f4c0d70..5c33449 100644 --- a/adept/manager/main.cpp +++ b/adept/manager/main.cpp @@ -14,7 +14,7 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KLocale::setMainCatalogue("adept"); + TDELocale::setMainCatalogue("adept"); putenv( "TQT_IM_MODULE=xim" ); TQString description = i18n("Adept Manager"); diff --git a/adept/updater/main.cpp b/adept/updater/main.cpp index 03c748e..5eaa4db 100644 --- a/adept/updater/main.cpp +++ b/adept/updater/main.cpp @@ -14,7 +14,7 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KLocale::setMainCatalogue("adept_updater"); + TDELocale::setMainCatalogue("adept_updater"); putenv( "TQT_IM_MODULE=xim" ); TQString description = i18n("Adept Updater"); |