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 },