diff options
Diffstat (limited to 'kode/kwsdl/main.cpp')
-rw-r--r-- | kode/kwsdl/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kode/kwsdl/main.cpp b/kode/kwsdl/main.cpp index f1bd1c378..697465902 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." ); |