diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:48:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:48:39 -0600 |
commit | 2e05692480ffca7ce2043180e9377619c233ee66 (patch) | |
tree | 5088d7b6bbb2a9ddd2cf47b53bde45e72f2529d7 /src/main_assistant.cpp | |
parent | 2f859f842a79ef5cf5b6df6ffcdbe47f5e0bcf24 (diff) | |
download | tdevelop-2e05692480ffca7ce2043180e9377619c233ee66.tar.gz tdevelop-2e05692480ffca7ce2043180e9377619c233ee66.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src/main_assistant.cpp')
-rw-r--r-- | src/main_assistant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_assistant.cpp b/src/main_assistant.cpp index 13e4ea9b..cce003f0 100644 --- a/src/main_assistant.cpp +++ b/src/main_assistant.cpp @@ -20,7 +20,7 @@ #include "kdevassistantextension.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "profile <profile>", I18N_NOOP("Profile to load"), 0 }, /* { "+file(s)", I18N_NOOP("Files to load"), 0 },*/ |