diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:37:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:37:57 -0600 |
commit | ee06eaa2172142a7c341a9e65903090515bf0df8 (patch) | |
tree | 8b9aed6db192fd042145f7b14e337156e230575c | |
parent | 8c21484c898d95aefa953e5968bc4efcbfde5506 (diff) | |
download | ksystemlog-ee06eaa2172142a7c341a9e65903090515bf0df8.tar.gz ksystemlog-ee06eaa2172142a7c341a9e65903090515bf0df8.zip |
Rename KCmd to avoid conflicts with KDE4
-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 }; |