diff options
Diffstat (limited to 'wizards/main.cpp')
-rw-r--r-- | wizards/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/main.cpp b/wizards/main.cpp index 3c45aae49..0a7da75b3 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 ) |