summaryrefslogtreecommitdiffstats
path: root/knights
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:34:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:34:43 -0600
commit7f8fc8c7a886f07abb465894da058940ed51d922 (patch)
tree55bc5aabfd252558ec3369cd522451e3dafd8448 /knights
parent64b0307ae8368d0034f6b0e4a69bc0d3684b3820 (diff)
downloadknights-7f8fc8c7a886f07abb465894da058940ed51d922.tar.gz
knights-7f8fc8c7a886f07abb465894da058940ed51d922.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'knights')
-rw-r--r--knights/main.cpp2
1 files changed, 1 insertions, 1 deletions
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 <path>", I18N_NOOP("Specify the location of your Knights data directory."), 0 },
{ "+[filename]", I18N_NOOP("A .pgn file to be loaded."), 0 },