From f6f9c296c3f9d39a8c3d0ee64a542a47f450be28 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 1 Jul 2011 00:37:32 +0000 Subject: TQt4 port kpilot This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1238903 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/options.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/options.cc') 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("
\n")); -- cgit v1.2.1