From ac437bde9b6851a210e83ad7644a0606a5096292 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:47:40 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- cervisia/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cervisia/main.cpp') 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 ", I18N_NOOP("Show resolve dialog for the given file"), 0 }, { "log ", I18N_NOOP("Show log dialog for the given file"), 0 }, { "annotate ", 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, -- cgit v1.2.1