summaryrefslogtreecommitdiffstats
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/egroupwaremain.cpp4
-rw-r--r--wizards/exchangemain.cpp4
-rw-r--r--wizards/groupwisemain.cpp4
-rw-r--r--wizards/kolabmain.cpp4
-rw-r--r--wizards/main.cpp4
-rw-r--r--wizards/scalixmain.cpp4
-rw-r--r--wizards/sloxmain.cpp4
7 files changed, 14 insertions, 14 deletions
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 <kcmdlineargs.h>
#include <kglobal.h>
-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 <kglobal.h>
#include <klocale.h>
-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 <kglobal.h>
#include <klocale.h>
-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 <kglobal.h>
#include <klocale.h>
-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 <type>", "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 <kglobal.h>
#include <klocale.h>
-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 <kglobal.h>
#include <klocale.h>
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{"verbose", "Verbose output", 0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc,char **argv)