diff options
Diffstat (limited to 'kate/app')
-rw-r--r-- | kate/app/katemain.cpp | 4 | ||||
-rw-r--r-- | kate/app/kwritemain.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kate/app/katemain.cpp b/kate/app/katemain.cpp index fb389131d..59d1e0100 100644 --- a/kate/app/katemain.cpp +++ b/kate/app/katemain.cpp @@ -35,7 +35,7 @@ #include <stdlib.h> -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "s", 0 , 0 }, { "start <name>", I18N_NOOP("Start Kate with a given session"), 0 }, @@ -52,7 +52,7 @@ static KCmdLineOptions options[] = { "i", 0, 0 }, { "stdin", I18N_NOOP("Read the contents of stdin"), 0 }, { "+[URL]", I18N_NOOP("Document to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" KDE_EXPORT int kdemain( int argc, char **argv ) diff --git a/kate/app/kwritemain.cpp b/kate/app/kwritemain.cpp index 58a6368d1..8da1e7e20 100644 --- a/kate/app/kwritemain.cpp +++ b/kate/app/kwritemain.cpp @@ -526,14 +526,14 @@ void KWrite::restore() } } -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "stdin", I18N_NOOP("Read the contents of stdin"), 0}, { "encoding <argument>", I18N_NOOP("Set encoding for the file to open"), 0 }, { "line <argument>", I18N_NOOP("Navigate to this line"), 0 }, { "column <argument>", I18N_NOOP("Navigate to this column"), 0 }, { "+[URL]", I18N_NOOP("Document to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" KDE_EXPORT int kdemain(int argc, char **argv) |