summaryrefslogtreecommitdiffstats
path: root/qt/qextscintillalexerpython.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt/qextscintillalexerpython.cpp')
-rw-r--r--qt/qextscintillalexerpython.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qextscintillalexerpython.cpp b/qt/qextscintillalexerpython.cpp
index ce53537..c9688e3 100644
--- a/qt/qextscintillalexerpython.cpp
+++ b/qt/qextscintillalexerpython.cpp
@@ -406,7 +406,7 @@ void QextScintillaLexerPython::setIndentationWarning(IndentationWarning warn)
// Set the "tab.timmy.whinge.level" property.
void QextScintillaLexerPython::setTabWhingeProp()
{
- emit propertyChanged("tab.timmy.whinge.level",TQString::number(indent_warn));
+ emit propertyChanged("tab.timmy.whinge.level",TQString::number(indent_warn).latin1());
}
#include "qextscintillalexerpython.moc"