From 9c9412b30c54468adc9e506cc76c5d113fbf5056 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:03 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- krdc/hostprofiles.ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'krdc/hostprofiles.ui.h') 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; } -- cgit v1.2.1