summaryrefslogtreecommitdiffstats
path: root/kdict/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdict/main.cpp')
-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
};