diff --git a/src/main.cpp b/src/main.cpp index 9312be7..2b200d5 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -69,8 +69,8 @@ int main(int argc, char **argv) { about.setTranslator(I18N_NOOP("_: NAME OF TRANSLATORS\\nYour names") ,I18N_NOOP("_: EMAIL OF TRANSLATORS\\nYour emails")); - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; // kMainDlg *mainWin = 0; @@ -83,7 +83,7 @@ int main(int argc, char **argv) { tc_memcpy_init( 0, ac_mmflag()); // no session.. just start up normally - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); TQString TitleNumber(args->getOption("dvdtitle")); TQString InputOptionArg( args->getOption("input")); TQString OutputOptionArg( args->getOption("output"));