diff options
author | Michele Calgaro <[email protected]> | 2023-11-26 02:33:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-26 02:33:14 +0900 |
commit | 676a13490dc7163e5c99a0f39094a2a4148d3963 (patch) | |
tree | 2eff206a80899e040b1c6221e0c4fdcb9b38d237 /kdevdesigner/designer/multilineeditorimpl.cpp | |
parent | aefcba8280fc1520675866143baf2f8c020ec82e (diff) | |
download | tdevelop-676a13490dc7163e5c99a0f39094a2a4148d3963.tar.gz tdevelop-676a13490dc7163e5c99a0f39094a2a4148d3963.zip |
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kdevdesigner/designer/multilineeditorimpl.cpp')
-rw-r--r-- | kdevdesigner/designer/multilineeditorimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/designer/multilineeditorimpl.cpp b/kdevdesigner/designer/multilineeditorimpl.cpp index ef06f77b..d2b3d158 100644 --- a/kdevdesigner/designer/multilineeditorimpl.cpp +++ b/kdevdesigner/designer/multilineeditorimpl.cpp @@ -227,7 +227,7 @@ MultiLineEditor::MultiLineEditor( bool call_static, bool richtextMode, TQWidget textEdit->document()->setUseFormatCollection( FALSE ); textEdit->document()->setPreProcessor( new SyntaxHighlighter_HTML ); - if ( !callStatic && ::tqqt_cast<TQTextEdit*>(editWidget) ) { + if ( !callStatic && ::tqt_cast<TQTextEdit*>(editWidget) ) { mlined = (TQTextEdit*)editWidget; mlined->setReadOnly( TRUE ); |