diff options
Diffstat (limited to 'lib/kross/runner/main.cpp')
-rw-r--r-- | lib/kross/runner/main.cpp | 4 |
1 files changed, 2 insertions, 2 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(); |