From 6d916e5f3c7b0d8bb5910ef14c4a6f546cd4636f Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 12:35:19 -0500 Subject: [PATCH] Fix inadvertent tq changes. (cherry picked from commit f09b5165eb319611aa40fac54ce40220f091506a) --- kbabel/kbabeldict/modules/dbsearchengine2/database.cpp | 2 +- umbrello/umbrello/codeimport/kdevcppparser/lexer.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/database.cpp b/kbabel/kbabeldict/modules/dbsearchengine2/database.cpp index 1fe02198..779ad01e 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/database.cpp +++ b/kbabel/kbabeldict/modules/dbsearchengine2/database.cpp @@ -748,5 +748,5 @@ DBItemMultiIndex::IndexList DataBaseInterface::getWordIndex( const TQString & qu -//#include "database.tqmoc.cpp" +//#include "database.moc.cpp" diff --git a/umbrello/umbrello/codeimport/kdevcppparser/lexer.cpp b/umbrello/umbrello/codeimport/kdevcppparser/lexer.cpp index 37065bdb..f6fba7ed 100644 --- a/umbrello/umbrello/codeimport/kdevcppparser/lexer.cpp +++ b/umbrello/umbrello/codeimport/kdevcppparser/lexer.cpp @@ -996,7 +996,7 @@ int Lexer::macroExpression() } // *IMPORTANT* -// please, don't include lexer.tqmoc here, because Lexer isn't a TQObject class!! +// please, don't include lexer.moc here, because Lexer isn't a TQObject class!! // if you have problem while recompiling try to remove cppsupport/.deps, // cppsupport/Makefile.in and rerun automake/autoconf