From ea720a87cc64cfc09e53ff48303de43b4df1fb01 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:36:08 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- tools/converter/koconverter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/converter') 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 ", 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 ) -- cgit v1.2.1