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