diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/converter/koconverter.cpp | 4 | ||||
-rw-r--r-- | tools/kthesaurus/main.cc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/converter/koconverter.cpp b/tools/converter/koconverter.cpp index e937bb02..bf9b3994 100644 --- a/tools/converter/koconverter.cpp +++ b/tools/converter/koconverter.cpp @@ -35,7 +35,7 @@ #include "koconverter.h" -static const KCmdLineOptions options[]= +static const TDECmdLineOptions options[]= { {"+in", I18N_NOOP("Input file"),0}, {"+out", I18N_NOOP("Output file"),0}, @@ -43,7 +43,7 @@ static const KCmdLineOptions options[]= {"batch", I18N_NOOP("Batch mode: do not show dialogs"),0}, {"interactive", I18N_NOOP("Interactive mode: show dialogs (default)"),0}, {"mimetype <mime>", I18N_NOOP("Mimetype of the output file"),0}, - KCmdLineLastOption + TDECmdLineLastOption }; bool convert( const KURL & uIn, const TQString & /*inputFormat*/, const KURL & uOut, const TQString & outputFormat, const bool batch ) diff --git a/tools/kthesaurus/main.cc b/tools/kthesaurus/main.cc index d7d33479..9dd91a6e 100644 --- a/tools/kthesaurus/main.cc +++ b/tools/kthesaurus/main.cc @@ -26,10 +26,10 @@ #include <kglobal.h> #include <klocale.h> #include <koffice_export.h> -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[term]", I18N_NOOP("Term to search for when starting up"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" KOFFICETOOLS_EXPORT int kdemain(int argc, char **argv) |