summaryrefslogtreecommitdiffstats
path: root/kdict
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:05 -0600
commit9a03aa40e3110a537b19f8a708d6782c69526f30 (patch)
tree4e474833681c23cc05f07959bef63fdb7453a848 /kdict
parent516ce728ff4ffd1d1d78db856f167d180347dc02 (diff)
downloadtdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.tar.gz
tdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kdict')
-rw-r--r--kdict/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdict/main.cpp b/kdict/main.cpp
index 55b6899d..91a8d18d 100644
--- a/kdict/main.cpp
+++ b/kdict/main.cpp
@@ -20,12 +20,12 @@
#include "application.h"
#include "toplevel.h"
-static KCmdLineOptions knoptions[] =
+static TDECmdLineOptions knoptions[] =
{
{ "c", 0, 0 },
{ "clipboard", I18N_NOOP("Define X11-clipboard content (selected text)"), 0 },
{ "+[word/phrase]", I18N_NOOP("Lookup the given word/phrase"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};