diff options
Diffstat (limited to 'cervisia')
-rw-r--r-- | cervisia/cvsservice/cvsaskpass.cpp | 4 | ||||
-rw-r--r-- | cervisia/main.cpp | 4 |
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, |