diff options
Diffstat (limited to 'kiten/main.cpp')
-rw-r--r-- | kiten/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kiten/main.cpp b/kiten/main.cpp index 25f8e54c..abda8624 100644 --- a/kiten/main.cpp +++ b/kiten/main.cpp @@ -31,9 +31,9 @@ void noMessageOutput(TQtMsgType, const char *) { } -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption // INSERT YOUR COMMANDLINE OPTIONS HERE }; |