diff options
Diffstat (limited to 'lib/options.cc')
-rw-r--r-- | lib/options.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/options.cc b/lib/options.cc index 0499177..749a57b 100644 --- a/lib/options.cc +++ b/lib/options.cc @@ -55,9 +55,9 @@ static const char debug_spaces[61] = " "; -TQString rtExpand(const TQString &s, Qt::TextFormat richText) +TQString rtExpand(const TQString &s, TQt::TextFormat richText) { - if (richText == Qt::RichText) + if (richText == TQt::RichText) { TQString t(s); return t.tqreplace(CSL1("\n"), CSL1("<br/>\n")); |