diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:49:06 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:49:06 -0600 |
commit | 051ae88012e0fd0ed56b862da0efa957f1a72957 (patch) | |
tree | 3e31b3a2a944413a9a44f97d930dfcab81db92b5 /quanta/src/main.cpp | |
parent | 1c53bf78a70a66d8ec15a77cbf98606694d7e6e7 (diff) | |
download | tdewebdev-051ae88012e0fd0ed56b862da0efa957f1a72957.tar.gz tdewebdev-051ae88012e0fd0ed56b862da0efa957f1a72957.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'quanta/src/main.cpp')
-rw-r--r-- | quanta/src/main.cpp | 4 |
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 }; |