diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:06:09 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:06:09 -0600 |
commit | 47bca8a908a56349637c0b91f4fc4f49f85f820f (patch) | |
tree | 56afb281e35997ab842e4c34ba21c98b4c1c6283 /src/svnfrontend/fronthelpers/propertyitem.h | |
parent | 7143a99b4f885d13f7ab57bca4156900cabb34b8 (diff) | |
download | tdesvn-47bca8a908a56349637c0b91f4fc4f49f85f820f.tar.gz tdesvn-47bca8a908a56349637c0b91f4fc4f49f85f820f.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/svnfrontend/fronthelpers/propertyitem.h')
-rw-r--r-- | src/svnfrontend/fronthelpers/propertyitem.h | 6 |
1 files changed, 3 insertions, 3 deletions
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;} |