diff options
Diffstat (limited to 'designer/tqscintillaplugin.cpp')
-rw-r--r-- | designer/tqscintillaplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/designer/tqscintillaplugin.cpp b/designer/tqscintillaplugin.cpp index d383729..db0fb7e 100644 --- a/designer/tqscintillaplugin.cpp +++ b/designer/tqscintillaplugin.cpp @@ -147,7 +147,7 @@ TQString TQScintillaPlugin::whatsThis(const TQString &feature) const bool TQScintillaPlugin::isContainer(const TQString &) const { - return FALSE; + return false; } |