Rename KLocale to enhance compatibility with KDE4

master
Timothy Pearson 11 years ago
parent 83f569048a
commit dd1c3a7275

@ -14,7 +14,7 @@ static KCmdLineOptions options[] =
int main(int argc, char *argv[])
{
KLocale::setMainCatalogue("adept");
TDELocale::setMainCatalogue("adept");
TQString description = i18n("Adept Batch");

@ -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");

@ -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");

@ -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");

Loading…
Cancel
Save