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