diff options
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/egroupwaremain.cpp | 2 | ||||
-rw-r--r-- | wizards/exchangemain.cpp | 2 | ||||
-rw-r--r-- | wizards/groupwisemain.cpp | 2 | ||||
-rw-r--r-- | wizards/kolabmain.cpp | 2 | ||||
-rw-r--r-- | wizards/main.cpp | 2 | ||||
-rw-r--r-- | wizards/scalixmain.cpp | 2 | ||||
-rw-r--r-- | wizards/sloxmain.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/wizards/egroupwaremain.cpp b/wizards/egroupwaremain.cpp index 010a87edb..72d66fe5a 100644 --- a/wizards/egroupwaremain.cpp +++ b/wizards/egroupwaremain.cpp @@ -42,7 +42,7 @@ int main(int argc,char **argv) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; KGlobal::locale()->insertCatalogue( "libtdepim" ); diff --git a/wizards/exchangemain.cpp b/wizards/exchangemain.cpp index eb5393293..7d7bc8943 100644 --- a/wizards/exchangemain.cpp +++ b/wizards/exchangemain.cpp @@ -42,7 +42,7 @@ int main(int argc,char **argv) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; KGlobal::locale()->insertCatalogue( "libtdepim" ); diff --git a/wizards/groupwisemain.cpp b/wizards/groupwisemain.cpp index 301972c64..e305e2143 100644 --- a/wizards/groupwisemain.cpp +++ b/wizards/groupwisemain.cpp @@ -43,7 +43,7 @@ int main(int argc,char **argv) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; KGlobal::locale()->insertCatalogue( "libtdepim" ); diff --git a/wizards/kolabmain.cpp b/wizards/kolabmain.cpp index a09cb0053..3b5715aa1 100644 --- a/wizards/kolabmain.cpp +++ b/wizards/kolabmain.cpp @@ -42,7 +42,7 @@ int main(int argc,char **argv) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; KGlobal::locale()->insertCatalogue( "libtdepim" ); diff --git a/wizards/main.cpp b/wizards/main.cpp index 811878c8e..c45fdd52b 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" ); diff --git a/wizards/scalixmain.cpp b/wizards/scalixmain.cpp index 7afbb7824..1ae125fc6 100644 --- a/wizards/scalixmain.cpp +++ b/wizards/scalixmain.cpp @@ -42,7 +42,7 @@ int main(int argc,char **argv) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; KGlobal::locale()->insertCatalogue( "libtdepim" ); diff --git a/wizards/sloxmain.cpp b/wizards/sloxmain.cpp index 52fac9777..93500b3cc 100644 --- a/wizards/sloxmain.cpp +++ b/wizards/sloxmain.cpp @@ -42,7 +42,7 @@ int main(int argc,char **argv) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; KGlobal::locale()->insertCatalogue( "libtdepim" ); |