diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:40 -0600 |
commit | ac437bde9b6851a210e83ad7644a0606a5096292 (patch) | |
tree | 82083211a8e99f51591869034767409f7f5468ff /cervisia/main.cpp | |
parent | 7bc058d1bffbd79bf9d9416f879ccb4873b6045e (diff) | |
download | tdesdk-ac437bde9b6851a210e83ad7644a0606a5096292.tar.gz tdesdk-ac437bde9b6851a210e83ad7644a0606a5096292.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'cervisia/main.cpp')
-rw-r--r-- | cervisia/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/main.cpp b/cervisia/main.cpp index 215f1320..749d2a6d 100644 --- a/cervisia/main.cpp +++ b/cervisia/main.cpp @@ -139,12 +139,12 @@ static int ShowAnnotateDialog(const TQString& fileName) extern "C" KDE_EXPORT int kdemain(int argc, char **argv) { - static KCmdLineOptions options[] = { + static TDECmdLineOptions options[] = { { "+[directory]", I18N_NOOP("The sandbox to be loaded"), 0 }, { "resolve <file>", I18N_NOOP("Show resolve dialog for the given file"), 0 }, { "log <file>", I18N_NOOP("Show log dialog for the given file"), 0 }, { "annotate <file>", I18N_NOOP("Show annotation dialog for the given file"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; TDEAboutData about("cervisia", I18N_NOOP("Cervisia"), CERVISIA_VERSION, I18N_NOOP("A CVS frontend"), TDEAboutData::License_GPL, |