summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/weather/summarywidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins/weather/summarywidget.cpp')
-rw-r--r--kontact/plugins/weather/summarywidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/weather/summarywidget.cpp b/kontact/plugins/weather/summarywidget.cpp
index 926f70a7..611a7c1c 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 );