diff options
Diffstat (limited to 'wizards/groupwisemain.cpp')
-rw-r--r-- | wizards/groupwisemain.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/groupwisemain.cpp b/wizards/groupwisemain.cpp index 407551b68..3d7a9bda2 100644 --- a/wizards/groupwisemain.cpp +++ b/wizards/groupwisemain.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) |