diff options
Diffstat (limited to 'wizards/egroupwaremain.cpp')
-rw-r--r-- | wizards/egroupwaremain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/egroupwaremain.cpp b/wizards/egroupwaremain.cpp index a5fd9c67c..aa115cc82 100644 --- a/wizards/egroupwaremain.cpp +++ b/wizards/egroupwaremain.cpp @@ -44,7 +44,7 @@ int main(int argc,char **argv) TDEApplication app; - KGlobal::locale()->insertCatalogue( "libtdepim" ); + TDEGlobal::locale()->insertCatalogue( "libtdepim" ); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); |