diff options
Diffstat (limited to 'kalzium/src/main.cpp')
-rw-r--r-- | kalzium/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kalzium/src/main.cpp b/kalzium/src/main.cpp index 23299c46..27be1880 100644 --- a/kalzium/src/main.cpp +++ b/kalzium/src/main.cpp @@ -31,10 +31,10 @@ static const char description[] = static const char version[] = APP_VERSION; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { // { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; #ifdef HAVE_FACILE |