From 2e05692480ffca7ce2043180e9377619c233ee66 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:48:39 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- src/Mainpage.dox | 2 +- src/main.cpp | 2 +- src/main_assistant.cpp | 2 +- src/profileengine/editor/main.cpp | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/Mainpage.dox b/src/Mainpage.dox index 12599626..77b1b015 100644 --- a/src/Mainpage.dox +++ b/src/Mainpage.dox @@ -33,7 +33,7 @@ Example: #include "myappextension.h" - static KCmdLineOptions options[] = + static TDECmdLineOptions options[] = { { "profile ", I18N_NOOP("Profile to load"), 0 }, { 0,0,0 } diff --git a/src/main.cpp b/src/main.cpp index 5ba3f13d..d8103e3a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,7 +20,7 @@ #include "kdevideextension.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "profile ", I18N_NOOP("Profile to load"), 0 }, { "+file(s)", I18N_NOOP("Files to load"), 0 }, diff --git a/src/main_assistant.cpp b/src/main_assistant.cpp index 13e4ea9b..cce003f0 100644 --- a/src/main_assistant.cpp +++ b/src/main_assistant.cpp @@ -20,7 +20,7 @@ #include "kdevassistantextension.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "profile ", I18N_NOOP("Profile to load"), 0 }, /* { "+file(s)", I18N_NOOP("Files to load"), 0 },*/ diff --git a/src/profileengine/editor/main.cpp b/src/profileengine/editor/main.cpp index 4ffe6f92..c004b421 100644 --- a/src/profileengine/editor/main.cpp +++ b/src/profileengine/editor/main.cpp @@ -23,9 +23,9 @@ #include "profileeditor.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) -- cgit v1.2.1