summaryrefslogtreecommitdiffstats
path: root/kig
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:08 -0600
commit3a3518bb002cace6891cdf58a7ee83b3fb15ce8a (patch)
treebb273a5ad3e2eab78fe99fc6d625abe197b3c5e7 /kig
parent8cb8ba0f957e8a164cdcfbc2685b14d8d0a5c9a5 (diff)
downloadtdeedu-3a3518bb002cace6891cdf58a7ee83b3fb15ce8a.tar.gz
tdeedu-3a3518bb002cace6891cdf58a7ee83b3fb15ce8a.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kig')
-rw-r--r--kig/kig/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kig/kig/main.cpp b/kig/kig/main.cpp
index a49f1f3f..a99ff122 100644
--- a/kig/kig/main.cpp
+++ b/kig/kig/main.cpp
@@ -29,14 +29,14 @@
#include "aboutdata.h"
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "c", 0, 0 },
{ "convert-to-native", I18N_NOOP( "Do not show a GUI. Convert the specified file to the native Kig format. Output goes to stdout unless --outfile is specified." ), 0 },
{ "o", 0, 0 },
{ "outfile <file>", I18N_NOOP( "File to output the created native file to. '-' means output to stdout. Default is stdout as well." ), 0 },
{ "+[URL]", I18N_NOOP( "Document to open" ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
class KigApplication