diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:32:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:32:40 -0600 |
commit | e1f38b278dbfaaf1d4597ab172b5fb26eed08eec (patch) | |
tree | 0b9cc2209fb6e61b93e1bbff6461241890ce5672 /src | |
parent | 015c687f911d7254582ac378535b5d6c6ffb5a43 (diff) | |
download | k9copy-e1f38b278dbfaaf1d4597ab172b5fb26eed08eec.tar.gz k9copy-e1f38b278dbfaaf1d4597ab172b5fb26eed08eec.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src')
-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. }; |