diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:19:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:19:44 -0600 |
commit | 6dea9442526e5ebacf313ad387c7dff4b87a53bf (patch) | |
tree | d400e34cbe644bd98c7f0d08e2e83b43597dd3ee /wizards/main.cpp | |
parent | 339bb51ad3721e188a57c529828a55400213ff70 (diff) | |
download | tdepim-6dea9442526e5ebacf313ad387c7dff4b87a53bf.tar.gz tdepim-6dea9442526e5ebacf313ad387c7dff4b87a53bf.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'wizards/main.cpp')
-rw-r--r-- | wizards/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/main.cpp b/wizards/main.cpp index 4b66356c1..3c45aae49 100644 --- a/wizards/main.cpp +++ b/wizards/main.cpp @@ -14,7 +14,7 @@ static const KCmdLineOptions options[] = int main( int argc, char **argv ) { - KLocale::setMainCatalogue( "tdepimwizards" ); + TDELocale::setMainCatalogue( "tdepimwizards" ); TDEAboutData aboutData( "groupwarewizard", I18N_NOOP( "TDE-PIM Groupware Configuration Wizard" ), "0.1" ); |