summaryrefslogtreecommitdiffstats
path: root/wizards/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/main.cpp')
-rw-r--r--wizards/main.cpp4
1 files changed, 2 insertions, 2 deletions
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 )