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 --- kbabel/catalogmanager/main.cpp | 4 ++-- kbabel/kbabel/main.cpp | 4 ++-- kbabel/kbabeldict/main.cpp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'kbabel') diff --git a/kbabel/catalogmanager/main.cpp b/kbabel/catalogmanager/main.cpp index f02b9302..a867c07e 100644 --- a/kbabel/catalogmanager/main.cpp +++ b/kbabel/catalogmanager/main.cpp @@ -173,10 +173,10 @@ void CatalogManagerInterface::updatedFile( TQCString url ) CatalogManagerApp::updatedFile(url); } -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { {"project ",I18N_NOOP("File to load configuration from"),0}, - KCmdLineLastOption + TDECmdLineLastOption }; diff --git a/kbabel/kbabel/main.cpp b/kbabel/kbabel/main.cpp index 2ed2cba1..ee8e02a1 100644 --- a/kbabel/kbabel/main.cpp +++ b/kbabel/kbabel/main.cpp @@ -532,13 +532,13 @@ KBabelMW* KBabelInterface::findInstance( const KURL& url, const TQString& projec return kb; } -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { {"gotomsgid ",I18N_NOOP("Go to entry with msgid "),0}, {"nosplash",I18N_NOOP("Disable splashscreen at startup"),0}, {"project ",I18N_NOOP("File to load configuration from"),0}, {"+[file]",I18N_NOOP("Files to open"),0}, - KCmdLineLastOption + TDECmdLineLastOption }; diff --git a/kbabel/kbabeldict/main.cpp b/kbabel/kbabeldict/main.cpp index 579b1eb1..6a20d7cc 100644 --- a/kbabel/kbabeldict/main.cpp +++ b/kbabel/kbabeldict/main.cpp @@ -100,10 +100,10 @@ KBabelDictApplication::~KBabelDictApplication() delete(topLevel); } -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { {"nosplash",I18N_NOOP("Disable splashscreen at startup"),0}, - KCmdLineLastOption + TDECmdLineLastOption }; -- cgit v1.2.3