diff options
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/egroupwaremain.cpp | 6 | ||||
-rw-r--r-- | wizards/exchangemain.cpp | 6 | ||||
-rw-r--r-- | wizards/groupwisemain.cpp | 6 | ||||
-rw-r--r-- | wizards/kolabmain.cpp | 6 | ||||
-rw-r--r-- | wizards/main.cpp | 6 | ||||
-rw-r--r-- | wizards/scalixmain.cpp | 6 | ||||
-rw-r--r-- | wizards/sloxmain.cpp | 6 |
7 files changed, 21 insertions, 21 deletions
diff --git a/wizards/egroupwaremain.cpp b/wizards/egroupwaremain.cpp index e45624445..010a87edb 100644 --- a/wizards/egroupwaremain.cpp +++ b/wizards/egroupwaremain.cpp @@ -39,14 +39,14 @@ int main(int argc,char **argv) KAboutData aboutData( "egroupwarewizard", "eGroupware Server Configuration Wizard", "0.1" ); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; KGlobal::locale()->insertCatalogue( "libtdepim" ); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); bool verbose = false; if ( args->isSet( "verbose" ) ) verbose = true; diff --git a/wizards/exchangemain.cpp b/wizards/exchangemain.cpp index 34c4988ba..eb5393293 100644 --- a/wizards/exchangemain.cpp +++ b/wizards/exchangemain.cpp @@ -39,14 +39,14 @@ int main(int argc,char **argv) KAboutData aboutData( "exchangewizard", I18N_NOOP( "Microsoft Exchange Server Configuration Wizard" ), "0.1" ); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; KGlobal::locale()->insertCatalogue( "libtdepim" ); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); bool verbose = false; if ( args->isSet( "verbose" ) ) verbose = true; diff --git a/wizards/groupwisemain.cpp b/wizards/groupwisemain.cpp index 83a7cbf58..301972c64 100644 --- a/wizards/groupwisemain.cpp +++ b/wizards/groupwisemain.cpp @@ -40,14 +40,14 @@ int main(int argc,char **argv) KAboutData aboutData( "groupwisewizard", I18N_NOOP( "Novell GroupWise Configuration Wizard" ), "0.1" ); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; KGlobal::locale()->insertCatalogue( "libtdepim" ); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); bool verbose = false; if ( args->isSet( "verbose" ) ) verbose = true; diff --git a/wizards/kolabmain.cpp b/wizards/kolabmain.cpp index ecb6a6073..a09cb0053 100644 --- a/wizards/kolabmain.cpp +++ b/wizards/kolabmain.cpp @@ -39,14 +39,14 @@ int main(int argc,char **argv) KLocale::setMainCatalogue( "tdepimwizards" ); KAboutData aboutData( "kolabwizard", I18N_NOOP( "Kolab Configuration Wizard" ), "0.1" ); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; KGlobal::locale()->insertCatalogue( "libtdepim" ); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); bool verbose = false; if ( args->isSet( "verbose" ) ) verbose = true; diff --git a/wizards/main.cpp b/wizards/main.cpp index e914a749c..811878c8e 100644 --- a/wizards/main.cpp +++ b/wizards/main.cpp @@ -18,14 +18,14 @@ int main( int argc, char **argv ) KAboutData aboutData( "groupwarewizard", I18N_NOOP( "TDE-PIM Groupware Configuration Wizard" ), "0.1" ); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; KGlobal::locale()->insertCatalogue( "libtdepim" ); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); TQString serverType; if ( args->isSet( "serverType" ) ) diff --git a/wizards/scalixmain.cpp b/wizards/scalixmain.cpp index 89e40d3ab..7afbb7824 100644 --- a/wizards/scalixmain.cpp +++ b/wizards/scalixmain.cpp @@ -39,14 +39,14 @@ int main(int argc,char **argv) KLocale::setMainCatalogue( "tdepimwizards" ); KAboutData aboutData( "scalixwizard", I18N_NOOP( "Scalix Configuration Wizard" ), "0.1" ); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; KGlobal::locale()->insertCatalogue( "libtdepim" ); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); bool verbose = false; if ( args->isSet( "verbose" ) ) verbose = true; diff --git a/wizards/sloxmain.cpp b/wizards/sloxmain.cpp index c17cced10..52fac9777 100644 --- a/wizards/sloxmain.cpp +++ b/wizards/sloxmain.cpp @@ -39,14 +39,14 @@ int main(int argc,char **argv) KAboutData aboutData( "sloxwizard", I18N_NOOP( "SUSE LINUX Openexchange Server Configuration Wizard" ), "0.1" ); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; KGlobal::locale()->insertCatalogue( "libtdepim" ); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); bool verbose = false; if ( args->isSet( "verbose" ) ) verbose = true; |