diff options
Diffstat (limited to 'lib/options.cc')
-rw-r--r-- | lib/options.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/options.cc b/lib/options.cc index 749a57b..84474c6 100644 --- a/lib/options.cc +++ b/lib/options.cc @@ -60,7 +60,7 @@ TQString rtExpand(const TQString &s, TQt::TextFormat richText) if (richText == TQt::RichText) { TQString t(s); - return t.tqreplace(CSL1("\n"), CSL1("<br/>\n")); + return t.replace(CSL1("\n"), CSL1("<br/>\n")); } else { |