summaryrefslogtreecommitdiffstats
path: root/keduca/keducabuilder/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keducabuilder/main.cpp')
-rw-r--r--keduca/keducabuilder/main.cpp4
1 files changed, 2 insertions, 2 deletions
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[])