summaryrefslogtreecommitdiffstats
path: root/cervisia/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/main.cpp')
-rw-r--r--cervisia/main.cpp4
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,