From 051ae88012e0fd0ed56b862da0efa957f1a72957 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:49:06 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- quanta/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quanta') 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 }; -- cgit v1.2.1