@ -620,7 +620,7 @@ bool KCHMMainWindow::parseCmdLineArgs( )
bool do_autotest = false;
#if defined (USE_KDE)
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if ( args->isSet("autotestmode") )
do_autotest = true;
@ -59,8 +59,8 @@ int main( int argc, char ** argv )
"gyunaev@ulduzsoft.com");
KLocale::setMainCatalogue( "kchmviewer" );
KCmdLineArgs::init (argc, argv, &aboutdata);
KCmdLineArgs::addCmdLineOptions( options );
TDECmdLineArgs::init (argc, argv, &aboutdata);
TDECmdLineArgs::addCmdLineOptions( options );
KApplication app;
#else