summaryrefslogtreecommitdiffstats
path: root/keduca
diff options
context:
space:
mode:
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[])