From e05894553004a47b1e2f276bedcf5963b57a3932 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktechlab@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/item.h') 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. -- cgit v1.2.1