From 5a6cd8f08ce0415f0b76460689ef32a71cb0530f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:26 -0600 Subject: [PATCH] Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"));