diff options
Diffstat (limited to 'akregator/src/frame.cpp')
-rw-r--r-- | akregator/src/frame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/frame.cpp b/akregator/src/frame.cpp index 55fac570e..e800bafda 100644 --- a/akregator/src/frame.cpp +++ b/akregator/src/frame.cpp @@ -123,7 +123,7 @@ void Frame::setCaption(const TQString &s) void Frame::seStatusText(const TQString &s) { m_statusText=s; - m_statusText.tqreplace(TQRegExp("<[^>]*>"), ""); + m_statusText.replace(TQRegExp("<[^>]*>"), ""); emit statusText(m_statusText); } |