summaryrefslogtreecommitdiffstats
path: root/src/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.h b/src/item.h
index 3807e6d..8198204 100644
--- a/src/item.h
+++ b/src/item.h
@@ -153,7 +153,7 @@ public:
* Returns whether we have the given child as either a direct child, or as
* either a direct or indirect child
*/
- bool tqcontains( Item *item, bool direct = false ) const;
+ bool contains( Item *item, bool direct = false ) const;
/**
* Calls prePresize with the bounds, and if that returns true, sets
* m_sizeRect to the given rect, and then calls postResize.