diff options
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 ac9275a67..4b66356c1 100644 --- a/wizards/main.cpp +++ b/wizards/main.cpp @@ -23,7 +23,7 @@ int main( int argc, char **argv ) TDEApplication app; - KGlobal::locale()->insertCatalogue( "libtdepim" ); + TDEGlobal::locale()->insertCatalogue( "libtdepim" ); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); |