diff options
Diffstat (limited to 'ksig')
-rw-r--r-- | ksig/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksig/main.cpp b/ksig/main.cpp index 8b8a7e5..868a7f0 100644 --- a/ksig/main.cpp +++ b/ksig/main.cpp @@ -26,11 +26,11 @@ static const char description[] = I18N_NOOP("KSig"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "random", I18N_NOOP("Display a random signature"), 0}, { "daily", I18N_NOOP("Display a signature for the day"), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) |