summaryrefslogtreecommitdiffstats
path: root/chalk/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/main.cc')
-rw-r--r--chalk/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chalk/main.cc b/chalk/main.cc
index 2260aa72b..33f59e5a7 100644
--- a/chalk/main.cc
+++ b/chalk/main.cc
@@ -23,9 +23,9 @@
#include "ui/kis_aboutdata.h"
-static const KCmdLineOptions options[] = {
+static const TDECmdLineOptions options[] = {
{ "+[file(s)]", I18N_NOOP("File(s) or URL(s) to open"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
extern "C" KRITA_EXPORT int kdemain(int argc, char **argv)