diff options
Diffstat (limited to 'lib/kross')
| -rw-r--r-- | lib/kross/runner/main.cpp | 4 | ||||
| -rw-r--r-- | lib/kross/test/main.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/kross/runner/main.cpp b/lib/kross/runner/main.cpp index e554fc238..436d7a7aa 100644 --- a/lib/kross/runner/main.cpp +++ b/lib/kross/runner/main.cpp @@ -112,9 +112,9 @@ int main(int argc, char **argv) // Initialize command line args TDECmdLineArgs::init(argc, argv, &about); // Tell which options are supported and parse them. - static KCmdLineOptions options[] = { + static TDECmdLineOptions options[] = { { "+file", I18N_NOOP("Scriptfile"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; TDECmdLineArgs::addCmdLineOptions(options); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); diff --git a/lib/kross/test/main.cpp b/lib/kross/test/main.cpp index 275a9e93a..449116cb6 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" }, |
