summaryrefslogtreecommitdiffstats
path: root/kode/kwsdl/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kode/kwsdl/main.cpp')
-rw-r--r--kode/kwsdl/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kode/kwsdl/main.cpp b/kode/kwsdl/main.cpp
index f1bd1c37..69746590 100644
--- a/kode/kwsdl/main.cpp
+++ b/kode/kwsdl/main.cpp
@@ -49,10 +49,10 @@ int main( int argc, char **argv )
aboutData.addAuthor( "Tobias Koenig", 0, "tokoe@kde.org" );
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( options );
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if ( args->count() < 1 || args->count() > 1 ) {
tqDebug( "Invalid arguments, try --help." );