summaryrefslogtreecommitdiffstats
path: root/tools/designer/plugins/cppeditor/syntaxhighliter_cpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/plugins/cppeditor/syntaxhighliter_cpp.h')
-rw-r--r--tools/designer/plugins/cppeditor/syntaxhighliter_cpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/plugins/cppeditor/syntaxhighliter_cpp.h b/tools/designer/plugins/cppeditor/syntaxhighliter_cpp.h
index 92f0e4e79..ab3cbae3a 100644
--- a/tools/designer/plugins/cppeditor/syntaxhighliter_cpp.h
+++ b/tools/designer/plugins/cppeditor/syntaxhighliter_cpp.h
@@ -53,7 +53,7 @@ public:
SyntaxHighlighter_CPP();
virtual ~SyntaxHighlighter_CPP();
- void process( TQTextDocument *doc, TQTextParagraph *string, int start, bool invalidate = TRUE );
+ void process( TQTextDocument *doc, TQTextParagraph *string, int start, bool invalidate = true );
void updateStyles( const TQMap<TQString, ConfigStyle> &styles );
static const char * const keywords[];