summaryrefslogtreecommitdiffstats
path: root/amarok/src/engine/nmm/HostList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/engine/nmm/HostList.cpp')
-rw-r--r--amarok/src/engine/nmm/HostList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/engine/nmm/HostList.cpp b/amarok/src/engine/nmm/HostList.cpp
index 5c7e4d08..623f2852 100644
--- a/amarok/src/engine/nmm/HostList.cpp
+++ b/amarok/src/engine/nmm/HostList.cpp
@@ -68,7 +68,7 @@ void HostList::notifyHostError( TQString hostname, int error)
{
host->setText( HostListItem::Hostname, hostname );
host->setStatus( error );
- host->tqrepaint();
+ host->repaint();
return;
}
++it;