diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:45:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:45:41 -0600 |
commit | 78b4b738d3bd15c2c820bb566c4725f7cea1ff8d (patch) | |
tree | ed9cc8dc203cf9cf98a1768602bef9caebc70763 /kooka | |
parent | 580d345952faf597f69347256e0ad3411725988a (diff) | |
download | tdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.tar.gz tdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kooka')
-rw-r--r-- | kooka/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kooka/main.cpp b/kooka/main.cpp index df42cc9f..997dba64 100644 --- a/kooka/main.cpp +++ b/kooka/main.cpp @@ -62,11 +62,11 @@ static const char license[] = "without including the source code for TQt in the source distribution.\n"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "d ", I18N_NOOP("The SANE compatible device specification (e.g. umax:/dev/sg0)"), "" }, { "g", I18N_NOOP("Gallery mode - do not connect to scanner"), "" }, - KCmdLineLastOption + TDECmdLineLastOption }; |