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 /kdvi | |
parent | 580d345952faf597f69347256e0ad3411725988a (diff) | |
download | tdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.tar.gz tdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kdvi')
-rw-r--r-- | kdvi/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdvi/main.cpp b/kdvi/main.cpp index 51dc9306..f258e324 100644 --- a/kdvi/main.cpp +++ b/kdvi/main.cpp @@ -15,14 +15,14 @@ #include "kviewshell.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "u", 0, 0 }, { "unique", I18N_NOOP("Check if the file is loaded in another KDVI.\nIf it is, bring up the other KDVI. Otherwise, load the file."), 0 }, { "g", 0, 0 }, { "goto <pagenumber>", I18N_NOOP("Navigate to this page"), 0 }, { "+file(s)", I18N_NOOP("Files to load"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; |