summaryrefslogtreecommitdiffstats
path: root/krdc/hostprofiles.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'krdc/hostprofiles.ui.h')
-rw-r--r--krdc/hostprofiles.ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/krdc/hostprofiles.ui.h b/krdc/hostprofiles.ui.h
index a1577cc1..36be0998 100644
--- a/krdc/hostprofiles.ui.h
+++ b/krdc/hostprofiles.ui.h
@@ -71,7 +71,7 @@ void HostProfiles::load()
while ( it != hplist.end() )
{
HostPref *hp = *it;
- new KListViewItem( hostListView, hp->host(), hp->type(),
+ new TDEListViewItem( hostListView, hp->host(), hp->type(),
hp->prefDescription() );
++it;
}