From 47bca8a908a56349637c0b91f4fc4f49f85f820f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:06:09 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/svnfrontend/fronthelpers/propertyitem.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/svnfrontend/fronthelpers/propertyitem.h') diff --git a/src/svnfrontend/fronthelpers/propertyitem.h b/src/svnfrontend/fronthelpers/propertyitem.h index 4a826b0..8a1d8c2 100644 --- a/src/svnfrontend/fronthelpers/propertyitem.h +++ b/src/svnfrontend/fronthelpers/propertyitem.h @@ -6,15 +6,15 @@ class PropertiesDlg; class Propertylist; -class PropertyListViewItem:public KListViewItem +class PropertyListViewItem:public TDEListViewItem { friend class PropertiesDlg; friend class Propertylist; public: static const int _RTTI_ = 1001; - PropertyListViewItem(KListView *parent,const TQString&,const TQString&); - PropertyListViewItem(KListView *parent); + PropertyListViewItem(TDEListView *parent,const TQString&,const TQString&); + PropertyListViewItem(TDEListView *parent); virtual ~PropertyListViewItem(); const TQString&startName()const{return m_startName;} -- cgit v1.2.1