diff options
Diffstat (limited to 'kimagemapeditor/main.cpp')
-rw-r--r-- | kimagemapeditor/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kimagemapeditor/main.cpp b/kimagemapeditor/main.cpp index 36ab97f6..be0c7b8a 100644 --- a/kimagemapeditor/main.cpp +++ b/kimagemapeditor/main.cpp @@ -28,7 +28,7 @@ static const char *description = I18N_NOOP("An HTML imagemap editor"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "c", 0, 0 }, { "stdout", I18N_NOOP("Write HTML-Code to stdout on exit"), 0 }, |