summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:37:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:37:57 -0600
commitee06eaa2172142a7c341a9e65903090515bf0df8 (patch)
tree8b9aed6db192fd042145f7b14e337156e230575c
parent8c21484c898d95aefa953e5968bc4efcbfde5506 (diff)
downloadksystemlog-ee06eaa2.tar.gz
ksystemlog-ee06eaa2.zip
Rename KCmd to avoid conflicts with KDE4
-rw-r--r--ksystemlog/src/main.cpp4
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
};