diff options
Diffstat (limited to 'lib/kross/test/main.cpp')
-rw-r--r-- | lib/kross/test/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kross/test/main.cpp b/lib/kross/test/main.cpp index 275a9e93..449116cb 100644 --- a/lib/kross/test/main.cpp +++ b/lib/kross/test/main.cpp @@ -53,7 +53,7 @@ TDEApplication *app = 0; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "interpreter <interpretername>", I18N_NOOP("Name of the interpreter being used"), "python" }, { "scriptfile <filename>", I18N_NOOP("Script file to execute with the defined interpreter"), "testcase.py" }, |