From 02fa17d6dd9d871f40038cd9ac615e9e1154724b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:47:16 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- wizards/egroupwaremain.cpp | 4 ++-- wizards/exchangemain.cpp | 4 ++-- wizards/groupwisemain.cpp | 4 ++-- wizards/kolabmain.cpp | 4 ++-- wizards/main.cpp | 4 ++-- wizards/scalixmain.cpp | 4 ++-- wizards/sloxmain.cpp | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'wizards') diff --git a/wizards/egroupwaremain.cpp b/wizards/egroupwaremain.cpp index 59a16d03..2abc46ae 100644 --- a/wizards/egroupwaremain.cpp +++ b/wizards/egroupwaremain.cpp @@ -26,10 +26,10 @@ #include #include -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc,char **argv) diff --git a/wizards/exchangemain.cpp b/wizards/exchangemain.cpp index 3f10b871..4e522293 100644 --- a/wizards/exchangemain.cpp +++ b/wizards/exchangemain.cpp @@ -27,10 +27,10 @@ #include #include -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc,char **argv) diff --git a/wizards/groupwisemain.cpp b/wizards/groupwisemain.cpp index 407551b6..3d7a9bda 100644 --- a/wizards/groupwisemain.cpp +++ b/wizards/groupwisemain.cpp @@ -27,10 +27,10 @@ #include #include -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc,char **argv) diff --git a/wizards/kolabmain.cpp b/wizards/kolabmain.cpp index f094b64f..1fa3f3fa 100644 --- a/wizards/kolabmain.cpp +++ b/wizards/kolabmain.cpp @@ -28,10 +28,10 @@ #include #include -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc,char **argv) diff --git a/wizards/main.cpp b/wizards/main.cpp index 3c45aae4..0a7da75b 100644 --- a/wizards/main.cpp +++ b/wizards/main.cpp @@ -6,10 +6,10 @@ #include "groupwarewizard.h" -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "serverType ", "The server type", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main( int argc, char **argv ) diff --git a/wizards/scalixmain.cpp b/wizards/scalixmain.cpp index feca97f6..ae59311c 100644 --- a/wizards/scalixmain.cpp +++ b/wizards/scalixmain.cpp @@ -28,10 +28,10 @@ #include #include -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc,char **argv) diff --git a/wizards/sloxmain.cpp b/wizards/sloxmain.cpp index f9ec84bf..0f2853c0 100644 --- a/wizards/sloxmain.cpp +++ b/wizards/sloxmain.cpp @@ -27,10 +27,10 @@ #include #include -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc,char **argv) -- cgit v1.2.3