|
|
@ -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"));
|
|
|
|