summaryrefslogtreecommitdiffstats
path: root/quanta
diff options
context:
space:
mode:
Diffstat (limited to 'quanta')
-rw-r--r--quanta/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/src/main.cpp b/quanta/src/main.cpp
index 968ad81d..932b6d99 100644
--- a/quanta/src/main.cpp
+++ b/quanta/src/main.cpp
@@ -51,13 +51,13 @@ versions of Quanta. \
static const char *developers = I18N_NOOP("The Quanta+ developers");
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[File]", I18N_NOOP("File to open"), 0 },
{ "unique", I18N_NOOP("Whether we start as a one-instance application"), 0 },
{ "nologo", I18N_NOOP("Do not show the nice logo during startup"), 0 },
{ "resetlayout", I18N_NOOP("Reset the layout of the user interface to the default"), 0},
- KCmdLineLastOption
+ TDECmdLineLastOption
// INSERT YOUR COMMANDLINE OPTIONS HERE
};