diff options
Diffstat (limited to 'lib/kotext/KoComplexText.cpp')
-rw-r--r-- | lib/kotext/KoComplexText.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kotext/KoComplexText.cpp b/lib/kotext/KoComplexText.cpp index e3196085..4239bf47 100644 --- a/lib/kotext/KoComplexText.cpp +++ b/lib/kotext/KoComplexText.cpp @@ -120,7 +120,7 @@ static inline const TQChar *prevChar( const TQString &str, int pos ) pos--; ch--; } - return &TQChar::tqreplacement; + return &TQChar::replacement; } static inline const TQChar *nextChar( const TQString &str, int pos) @@ -136,7 +136,7 @@ static inline const TQChar *nextChar( const TQString &str, int pos) pos++; ch++; } - return &TQChar::tqreplacement; + return &TQChar::replacement; } static inline bool prevVisualCharJoins( const TQString &str, int pos) |