summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:36:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:36:08 -0600
commitea720a87cc64cfc09e53ff48303de43b4df1fb01 (patch)
treeb64fa773ad8102fa3a97806f79236f288fdde797 /tools
parent9df097f8104a2fb8bfb68dba339639697d6f75a9 (diff)
downloadkoffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.tar.gz
koffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'tools')
-rw-r--r--tools/converter/koconverter.cpp4
-rw-r--r--tools/kthesaurus/main.cc4
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)