summaryrefslogtreecommitdiffstats
path: root/wizards/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/main.cpp')
-rw-r--r--wizards/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/main.cpp b/wizards/main.cpp
index e914a749..811878c8 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" ) )