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-24 10:56:29 +0900
commit30ea27ebf399fff691cefe16c9e16a1809f0fffe (patch)
treeff889240db5856c0ce7548b36abb72f68e6a7bb1 /umbrello
parentc8b88871bd2cadd2575ab2c7d3eb166f2fffd0ab (diff)
downloadtdesdk-30ea27ebf399fff691cefe16c9e16a1809f0fffe.tar.gz
tdesdk-30ea27ebf399fff691cefe16c9e16a1809f0fffe.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 )