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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kbabel/catalogmanager') 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 }; -- cgit v1.2.1