summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:32:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:32:40 -0600
commite1f38b278dbfaaf1d4597ab172b5fb26eed08eec (patch)
tree0b9cc2209fb6e61b93e1bbff6461241890ce5672
parent015c687f911d7254582ac378535b5d6c6ffb5a43 (diff)
downloadk9copy-e1f38b27.tar.gz
k9copy-e1f38b27.zip
Rename KCmd to avoid conflicts with KDE4
-rwxr-xr-xsrc/main.cpp4
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.
};