diff options
Diffstat (limited to 'kooka/main.cpp')
-rw-r--r-- | kooka/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kooka/main.cpp b/kooka/main.cpp index c6c53449..7ba88610 100644 --- a/kooka/main.cpp +++ b/kooka/main.cpp @@ -81,15 +81,15 @@ int main( int argc, char *argv[] ) about.addAuthor( "Mat Colton", I18N_NOOP("graphics, web"), "[email protected]" ); about.setLicenseText( license ); - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions( options ); // Add my own options. + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions( options ); // Add my own options. KApplication app; KGlobal::locale()->insertCatalogue("libkscan"); KImageIO::registerFormats(); KIconLoader *loader = KGlobal::iconLoader(); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); TQCString devToUse = args->getOption( "d" ); if( args->isSet("g") ) { |