diff options
-rw-r--r-- | ksystemlog/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksystemlog/src/main.cpp b/ksystemlog/src/main.cpp index 5d459b6..47b8acf 100644 --- a/ksystemlog/src/main.cpp +++ b/ksystemlog/src/main.cpp @@ -31,9 +31,9 @@ static const char description[]=I18N_NOOP("System Logs Viewer Tool for TDE"); static const char version[]="0.3.2"; -static KCmdLineOptions options[] = { +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; |