From 7f8fc8c7a886f07abb465894da058940ed51d922 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:34:43 -0600 Subject: [PATCH] Rename KCmd to avoid conflicts with KDE4 --- knights/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knights/main.cpp b/knights/main.cpp index a8e664b..e0ece27 100644 --- a/knights/main.cpp +++ b/knights/main.cpp @@ -21,7 +21,7 @@ #include "knights.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "d ", I18N_NOOP("Specify the location of your Knights data directory."), 0 }, { "+[filename]", I18N_NOOP("A .pgn file to be loaded."), 0 },