Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent fce042725a
commit 5a6cd8f08c

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

Loading…
Cancel
Save