diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:36:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:36:08 -0600 |
commit | ea720a87cc64cfc09e53ff48303de43b4df1fb01 (patch) | |
tree | b64fa773ad8102fa3a97806f79236f288fdde797 /tools/converter | |
parent | 9df097f8104a2fb8bfb68dba339639697d6f75a9 (diff) | |
download | koffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.tar.gz koffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'tools/converter')
-rw-r--r-- | tools/converter/koconverter.cpp | 4 |
1 files changed, 2 insertions, 2 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 ) |