diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 07:59:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 07:59:22 -0600 |
commit | dd1c3a7275c5ae000842515d0da3a2a3d4acf0f5 (patch) | |
tree | 935116b66d8f3b07ff8a003d61120285ba8a5106 | |
parent | 83f569048a7bf886136033340127306248868d3c (diff) | |
download | adept-dd1c3a7275c5ae000842515d0da3a2a3d4acf0f5.tar.gz adept-dd1c3a7275c5ae000842515d0da3a2a3d4acf0f5.zip |
Rename KLocale to enhance compatibility with KDE4
-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"); |