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