diff options
Diffstat (limited to 'wizards/exchangemain.cpp')
-rw-r--r-- | wizards/exchangemain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/exchangemain.cpp b/wizards/exchangemain.cpp index a3d78909d..3f10b8710 100644 --- a/wizards/exchangemain.cpp +++ b/wizards/exchangemain.cpp @@ -35,7 +35,7 @@ static const KCmdLineOptions options[] = int main(int argc,char **argv) { - KLocale::setMainCatalogue( "tdepimwizards" ); + TDELocale::setMainCatalogue( "tdepimwizards" ); TDEAboutData aboutData( "exchangewizard", I18N_NOOP( "Microsoft Exchange Server Configuration Wizard" ), "0.1" ); |