diff options
Diffstat (limited to 'src/item.h')
-rw-r--r-- | src/item.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |