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 811878c8..c45fdd52 100644 --- a/wizards/main.cpp +++ b/wizards/main.cpp @@ -21,7 +21,7 @@ int main( int argc, char **argv ) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; KGlobal::locale()->insertCatalogue( "libtdepim" ); |