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