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