summaryrefslogtreecommitdiffstats
path: root/cervisia
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:40 -0600
commitac437bde9b6851a210e83ad7644a0606a5096292 (patch)
tree82083211a8e99f51591869034767409f7f5468ff /cervisia
parent7bc058d1bffbd79bf9d9416f879ccb4873b6045e (diff)
downloadtdesdk-ac437bde9b6851a210e83ad7644a0606a5096292.tar.gz
tdesdk-ac437bde9b6851a210e83ad7644a0606a5096292.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'cervisia')
-rw-r--r--cervisia/cvsservice/cvsaskpass.cpp4
-rw-r--r--cervisia/main.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/cervisia/cvsservice/cvsaskpass.cpp b/cervisia/cvsservice/cvsaskpass.cpp
index 1215a812..bc946125 100644
--- a/cervisia/cvsservice/cvsaskpass.cpp
+++ b/cervisia/cvsservice/cvsaskpass.cpp
@@ -28,10 +28,10 @@
#include <iostream>
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[prompt]", I18N_NOOP("prompt"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
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,