diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 12:35:19 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-08 03:06:26 +0100 |
commit | 6d916e5f3c7b0d8bb5910ef14c4a6f546cd4636f (patch) | |
tree | 351e79531c8ac4ba4b7bba2f3b34d12c0adf422e | |
parent | 1f5a4c228f1a4ca798c00b25bbb611c9df15088e (diff) | |
download | tdesdk-6d916e5f3c7b0d8bb5910ef14c4a6f546cd4636f.tar.gz tdesdk-6d916e5f3c7b0d8bb5910ef14c4a6f546cd4636f.zip |
Fix inadvertent tq changes.
(cherry picked from commit f09b5165eb319611aa40fac54ce40220f091506a)
-rw-r--r-- | kbabel/kbabeldict/modules/dbsearchengine2/database.cpp | 2 | ||||
-rw-r--r-- | 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 |