From 3a3518bb002cace6891cdf58a7ee83b3fb15ce8a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:45:08 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kverbos/kverbos/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kverbos') diff --git a/kverbos/kverbos/main.cpp b/kverbos/kverbos/main.cpp index dc05e985..bc0033f5 100644 --- a/kverbos/kverbos/main.cpp +++ b/kverbos/kverbos/main.cpp @@ -23,10 +23,10 @@ static const char description[] = I18N_NOOP("KVerbos"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[File]", I18N_NOOP("File to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption // INSERT YOUR COMMANDLINE OPTIONS HERE }; -- cgit v1.2.1