diff options
Diffstat (limited to 'kontact/plugins/weather/summarywidget.cpp')
-rw-r--r-- | kontact/plugins/weather/summarywidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/weather/summarywidget.cpp b/kontact/plugins/weather/summarywidget.cpp index 926f70a73..611a7c1c6 100644 --- a/kontact/plugins/weather/summarywidget.cpp +++ b/kontact/plugins/weather/summarywidget.cpp @@ -140,7 +140,7 @@ void SummaryWidget::updateView() .tqarg( i18n( "Rel. Humidity" ) ) .tqarg( (*it).relativeHumidity() ); - TQToolTip::add( label, labelText.tqreplace( " ", " " ) ); + TQToolTip::add( label, labelText.replace( " ", " " ) ); label = new TQLabel( cover, this ); label->tqsetAlignment( AlignLeft ); |