diff options
-rwxr-xr-x | src/main.cpp | 4 |
1 files 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 <device>", I18N_NOOP("input device"), 0 }, { "output <device>", 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. }; |