diff options
Diffstat (limited to 'kontact/src/aboutdialog.cpp')
-rw-r--r-- | kontact/src/aboutdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/src/aboutdialog.cpp b/kontact/src/aboutdialog.cpp index 02e48e771..1bbd0ef6c 100644 --- a/kontact/src/aboutdialog.cpp +++ b/kontact/src/aboutdialog.cpp @@ -93,7 +93,7 @@ void AboutDialog::addAboutData( const TQString &title, const TQString &icon, text += "<a href=\"" + home + "\">" + home + "</a><br>"; } - text.tqreplace( "\n", "<br>" ); + text.replace( "\n", "<br>" ); KActiveLabel *label = new KActiveLabel( text, topFrame ); label->tqsetAlignment( AlignTop ); |