summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:34:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:34:45 -0600
commitcd8d6f0aea68c1f0ff87520ea307fcbcf4a45347 (patch)
tree551ace01edf6b06ffa8ab70d277816b6a1147397
parentf51496578b660aa81bd58812968d674bf940199c (diff)
downloadknowit-cd8d6f0a.tar.gz
knowit-cd8d6f0a.zip
Rename KCmd to avoid conflicts with KDE4
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 768e425..dcb74e5 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -25,7 +25,7 @@ static const char *description =
I18N_NOOP("KnowIt - notes management utility");
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+file", I18N_NOOP("Document to open"), 0 },
{ 0, 0, 0 }