From cd8d6f0aea68c1f0ff87520ea307fcbcf4a45347 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:34:45 -0600 Subject: [PATCH] Rename KCmd to avoid conflicts with KDE4 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }