summaryrefslogtreecommitdiffstats
path: root/kviewshell
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:41 -0600
commit78b4b738d3bd15c2c820bb566c4725f7cea1ff8d (patch)
treeed9cc8dc203cf9cf98a1768602bef9caebc70763 /kviewshell
parent580d345952faf597f69347256e0ad3411725988a (diff)
downloadtdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.tar.gz
tdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kviewshell')
-rw-r--r--kviewshell/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kviewshell/main.cpp b/kviewshell/main.cpp
index a78f3620..a62b52e6 100644
--- a/kviewshell/main.cpp
+++ b/kviewshell/main.cpp
@@ -16,7 +16,7 @@
#include "kviewshell.h"
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "u", 0, 0},
{ "unique", I18N_NOOP("Check if the file is loaded in another kviewshell.\nIf it is, bring up the other kviewshell. Otherwise, load the file."), 0 },
@@ -25,7 +25,7 @@ static KCmdLineOptions options[] =
{ "g", 0, 0},
{ "goto <pagenumber>", I18N_NOOP("Navigate to this page"), 0 },
{ "+file(s)", I18N_NOOP("Files to load"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};