From 78b4b738d3bd15c2c820bb566c4725f7cea1ff8d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:45:41 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kcoloredit/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kcoloredit/main.cpp') diff --git a/kcoloredit/main.cpp b/kcoloredit/main.cpp index b9a091f4..f20effea 100644 --- a/kcoloredit/main.cpp +++ b/kcoloredit/main.cpp @@ -27,10 +27,10 @@ static const char description[] = // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[File]", I18N_NOOP("File to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption // INSERT YOUR COMMANDLINE OPTIONS HERE }; -- cgit v1.2.3