From e1f38b278dbfaaf1d4597ab172b5fb26eed08eec Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:32:40 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index fc90e99..e179f05 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -33,7 +33,7 @@ static const char description[] = static const char version[] = VERSION ;// "1.1.1-2"; -static const KCmdLineOptions options[] = { +static const TDECmdLineOptions options[] = { { "input ", I18N_NOOP("input device"), 0 }, { "output ", I18N_NOOP("output device"), 0 }, @@ -58,7 +58,7 @@ static const KCmdLineOptions options[] = { { "firstpass" ,I18N_NOOP("don't save status at end"),0}, { "usecache" ,I18N_NOOP("save cell in a temporary file before encoding"),0}, { "redirect" ,I18N_NOOP("for internal use"),0}, - KCmdLineLastOption // End of options. + TDECmdLineLastOption // End of options. }; -- cgit v1.2.1