From 9a03aa40e3110a537b19f8a708d6782c69526f30 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:47:05 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kdict/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdict') 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 }; -- cgit v1.2.1