From 051ae88012e0fd0ed56b862da0efa957f1a72957 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:49:06 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kommander/editor/main.cpp | 2 +- kommander/executor/main.cpp | 4 ++-- kommander/pluginmanager/main.cpp | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kommander') diff --git a/kommander/editor/main.cpp b/kommander/editor/main.cpp index dad1f004..aee3a0ab 100644 --- a/kommander/editor/main.cpp +++ b/kommander/editor/main.cpp @@ -32,7 +32,7 @@ static const char *description = static const char *text = I18N_NOOP("Based on TQt Designer, (C) 2000 Trolltech AS."); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+file", I18N_NOOP("Dialog to open"), 0 }, { 0, 0, 0 } diff --git a/kommander/executor/main.cpp b/kommander/executor/main.cpp index 18dd256e..7dc1758a 100644 --- a/kommander/executor/main.cpp +++ b/kommander/executor/main.cpp @@ -45,12 +45,12 @@ static const char *description = I18N_NOOP("Executor is a component of the Kommander dialog system that executes .kmdr files given as arguments or via stdin"); // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "!stdin", I18N_NOOP("Read dialog from standard input"), 0}, { "c ", I18N_NOOP("Use given catalog for translation"), 0}, { "+[file]", I18N_NOOP("Dialog to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) diff --git a/kommander/pluginmanager/main.cpp b/kommander/pluginmanager/main.cpp index 600febfa..d8857ce1 100644 --- a/kommander/pluginmanager/main.cpp +++ b/kommander/pluginmanager/main.cpp @@ -40,7 +40,7 @@ static const char *description = // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "a", 0, 0}, { "add ", I18N_NOOP("Register given library"), 0}, @@ -50,7 +50,7 @@ static KCmdLineOptions options[] = { "check", I18N_NOOP("Check all installed plugins and remove those missing"), 0}, { "l", 0, 0}, { "list", I18N_NOOP("List all installed plugins"), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) -- cgit v1.2.1