summaryrefslogtreecommitdiffstats
path: root/keduca
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 /keduca
parent8cb8ba0f957e8a164cdcfbc2685b14d8d0a5c9a5 (diff)
downloadtdeedu-3a3518bb002cace6891cdf58a7ee83b3fb15ce8a.tar.gz
tdeedu-3a3518bb002cace6891cdf58a7ee83b3fb15ce8a.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'keduca')
-rw-r--r--keduca/keduca/main.cpp4
-rw-r--r--keduca/keducabuilder/main.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/keduca/keduca/main.cpp b/keduca/keduca/main.cpp
index 717529d0..09a02531 100644
--- a/keduca/keduca/main.cpp
+++ b/keduca/keduca/main.cpp
@@ -25,10 +25,10 @@
static const char description[] = I18N_NOOP("Form-based tests and exams");
static const char version[] = "1.3";
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+file", I18N_NOOP("File to load"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char *argv[])
diff --git a/keduca/keducabuilder/main.cpp b/keduca/keducabuilder/main.cpp
index 21f459f1..e9d74a66 100644
--- a/keduca/keducabuilder/main.cpp
+++ b/keduca/keducabuilder/main.cpp
@@ -26,10 +26,10 @@
static const char description[] = I18N_NOOP("Form-based tests and exams builder");
static const char version[] = "1.2.0";
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+file", I18N_NOOP("File to load"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char *argv[])