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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svnfrontend/fronthelpers/propertyitem.h b/src/svnfrontend/fronthelpers/propertyitem.h
index c72af05..4a826b0 100644
--- a/src/svnfrontend/fronthelpers/propertyitem.h
+++ b/src/svnfrontend/fronthelpers/propertyitem.h
@@ -13,8 +13,8 @@ class PropertyListViewItem:public KListViewItem
public:
static const int _RTTI_ = 1001;
- PropertyListViewItem(KListView *tqparent,const TQString&,const TQString&);
- PropertyListViewItem(KListView *tqparent);
+ PropertyListViewItem(KListView *parent,const TQString&,const TQString&);
+ PropertyListViewItem(KListView *parent);
virtual ~PropertyListViewItem();
const TQString&startName()const{return m_startName;}