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