summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/fronthelpers/propertyitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnfrontend/fronthelpers/propertyitem.h')
-rw-r--r--src/svnfrontend/fronthelpers/propertyitem.h6
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;}