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