diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp index ddf252a..3b637c4 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -22,10 +22,10 @@ static const char description[] = static const char version[] = "0.3"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP( "Document to open." ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; |