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/kcolorchooser.cpp | 4 ++-- kcoloredit/main.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kcoloredit') diff --git a/kcoloredit/kcolorchooser.cpp b/kcoloredit/kcolorchooser.cpp index 350069d8..9e7e95e6 100644 --- a/kcoloredit/kcolorchooser.cpp +++ b/kcoloredit/kcolorchooser.cpp @@ -35,10 +35,10 @@ static const char description[] = static const char version[] = "v1.0.1"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "print", I18N_NOOP("Print the selected color to stdout"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) 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.1