diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 12:35:19 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 12:35:19 -0500 |
commit | f09b5165eb319611aa40fac54ce40220f091506a (patch) | |
tree | fd19daac5fcde1581bec897ebe1229996dafb9b8 /umbrello | |
parent | c20f47dbc3ee3e31324cf6ddfcc21e55f7876b6d (diff) | |
download | tdesdk-f09b5165eb319611aa40fac54ce40220f091506a.tar.gz tdesdk-f09b5165eb319611aa40fac54ce40220f091506a.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'umbrello')
-rw-r--r-- | umbrello/umbrello/codeimport/kdevcppparser/lexer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/codeimport/kdevcppparser/lexer.cpp b/umbrello/umbrello/codeimport/kdevcppparser/lexer.cpp index eb3c4b6a..b67378ef 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 |