summaryrefslogtreecommitdiffstats
path: root/src/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/item.h b/src/item.h
index 7f65c7a..3807e6d 100644
--- a/src/item.h
+++ b/src/item.h
@@ -108,11 +108,11 @@ public:
* Sets this item as a child of the given item. Calls reparented with the
* old and the new tqparent.
*/
- void setParentItem( Item *tqparentItem );
+ void setParentItem( Item *parentItem );
/**
* The tqparent item for this item, or NULL if none
*/
- Item *tqparentItem() const { return p_parentItem; }
+ Item *parentItem() const { return p_parentItem; }
ItemDocument *itemDocument() const { return p_itemDocument; }
/**
* Returns the number of items away from the top item this is