diff options
Diffstat (limited to 'wizards/egroupwaremain.cpp')
-rw-r--r-- | wizards/egroupwaremain.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/egroupwaremain.cpp b/wizards/egroupwaremain.cpp index 59a16d036..2abc46aea 100644 --- a/wizards/egroupwaremain.cpp +++ b/wizards/egroupwaremain.cpp @@ -26,10 +26,10 @@ #include <kcmdlineargs.h> #include <kglobal.h> -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc,char **argv) |