diff options
Diffstat (limited to 'lib/store/KoXmlWriter.cpp')
-rw-r--r-- | lib/store/KoXmlWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/store/KoXmlWriter.cpp b/lib/store/KoXmlWriter.cpp index 5fff1e83..6c3459f4 100644 --- a/lib/store/KoXmlWriter.cpp +++ b/lib/store/KoXmlWriter.cpp @@ -387,7 +387,7 @@ void KoXmlWriter::addTextSpan( const TQString& text, const TQMap<int, int>& tabC nrSpaces = 0; leadingSpace = false; } - switch ( ch.tqunicode() ) { + switch ( ch.unicode() ) { case '\t': if ( !str.isEmpty() ) addTextNode( str ); |