summaryrefslogtreecommitdiffstats
path: root/umbrello
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 10:56:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-25 01:09:37 +0900
commit49d88f1853b0e3f7676c3d09d68a8c4ae4b2f6dc (patch)
treec2164e013e8b50b0cb39e6a55ebb4f3403aefdc5 /umbrello
parent11ec7d48f6886e33ee25332e8a20c1265905a2d5 (diff)
downloadtdesdk-49d88f1853b0e3f7676c3d09d68a8c4ae4b2f6dc.tar.gz
tdesdk-49d88f1853b0e3f7676c3d09d68a8c4ae4b2f6dc.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 30ea27ebf399fff691cefe16c9e16a1809f0fffe)
Diffstat (limited to 'umbrello')
-rw-r--r--umbrello/umbrello/codeimport/kdevcppparser/lexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/codeimport/kdevcppparser/lexer.cpp b/umbrello/umbrello/codeimport/kdevcppparser/lexer.cpp
index 976888c1..a1d2f061 100644
--- a/umbrello/umbrello/codeimport/kdevcppparser/lexer.cpp
+++ b/umbrello/umbrello/codeimport/kdevcppparser/lexer.cpp
@@ -504,7 +504,7 @@ void Lexer::resetSkipWords()
void Lexer::addSkipWord( const TQString& word, SkipType skipType, const TQString& str )
{
- m_words[ word ] = tqMakePair( skipType, str );
+ m_words[ word ] = qMakePair( skipType, str );
}
void Lexer::skip( int l, int r )