summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmtreeviewitem.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commite7366c97c998679efa80cf61c88e64a11a3d3c33 (patch)
treea161d2940165f6cc47c05f0271ad8e5f64ffe6e8 /kpovmodeler/pmtreeviewitem.h
parentda4be7880ff1de6415ab6256afd2514e64f5fa2e (diff)
downloadtdegraphics-e7366c97c998679efa80cf61c88e64a11a3d3c33.tar.gz
tdegraphics-e7366c97c998679efa80cf61c88e64a11a3d3c33.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpovmodeler/pmtreeviewitem.h')
-rw-r--r--kpovmodeler/pmtreeviewitem.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/kpovmodeler/pmtreeviewitem.h b/kpovmodeler/pmtreeviewitem.h
index 81fdeb96..7792871a 100644
--- a/kpovmodeler/pmtreeviewitem.h
+++ b/kpovmodeler/pmtreeviewitem.h
@@ -36,24 +36,24 @@ class PMTreeViewItem : public TQListViewItem
{
public:
/**
- * Constructs a new top-level list view item in the TQListView tqparent.
+ * Constructs a new top-level list view item in the TQListView parent.
*/
- PMTreeViewItem( PMObject* object, TQListView* tqparent );
+ PMTreeViewItem( PMObject* object, TQListView* parent );
/**
- * Constructs a new list view item which is a child of tqparent and
- * first in the tqparent's list of tqchildren.
+ * Constructs a new list view item which is a child of parent and
+ * first in the parent's list of tqchildren.
*/
- PMTreeViewItem( PMObject* object, TQListViewItem* tqparent );
+ PMTreeViewItem( PMObject* object, TQListViewItem* parent );
/**
- * Constructs a list view item which is a child of tqparent
- * and is after after in the tqparent's list of tqchildren.
+ * Constructs a list view item which is a child of parent
+ * and is after after in the parent's list of tqchildren.
*/
- PMTreeViewItem( PMObject* object, TQListView* tqparent, TQListViewItem* after );
+ PMTreeViewItem( PMObject* object, TQListView* parent, TQListViewItem* after );
/**
- * Constructs a list view item which is a child of tqparent
- * and is after after in the tqparent's list of tqchildren.
+ * Constructs a list view item which is a child of parent
+ * and is after after in the parent's list of tqchildren.
*/
- PMTreeViewItem( PMObject* object, TQListViewItem* tqparent,
+ PMTreeViewItem( PMObject* object, TQListViewItem* parent,
TQListViewItem* after );
/**
* Returns the connected @ref PMObject
@@ -65,11 +65,11 @@ public:
*/
virtual TQString key( int column, bool ascending ) const;
/**
- * Returns a pointer to the tqparent item
+ * Returns a pointer to the parent item
*/
- PMTreeViewItem* tqparent( )
+ PMTreeViewItem* parent( )
{
- return ( PMTreeViewItem* ) TQListViewItem::tqparent( );
+ return ( PMTreeViewItem* ) TQListViewItem::parent( );
}
void setSelected( bool select );