From da4be7880ff1de6415ab6256afd2514e64f5fa2e 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/kdegraphics@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpovmodeler/pminsertrulesystem.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kpovmodeler/pminsertrulesystem.h') diff --git a/kpovmodeler/pminsertrulesystem.h b/kpovmodeler/pminsertrulesystem.h index 0f13a099..2559fdba 100644 --- a/kpovmodeler/pminsertrulesystem.h +++ b/kpovmodeler/pminsertrulesystem.h @@ -344,7 +344,7 @@ private: }; /** - * Condition. Value is true if the object already tqcontains + * Condition. Value is true if the object already contains * objects of certaint classes before the insert point. */ class PMRuleBefore : public PMRuleCondition @@ -371,11 +371,11 @@ protected: virtual void resetProtected( ); private: TQPtrList m_categories; - bool m_tqcontains; + bool m_contains; }; /** - * Condition. Value is true if the object already tqcontains + * Condition. Value is true if the object already contains * objects of certaint classes after the insert point. */ class PMRuleAfter : public PMRuleCondition @@ -402,11 +402,11 @@ protected: virtual void resetProtected( ); private: TQPtrList m_categories; - bool m_tqcontains; + bool m_contains; }; /** - * Condition. Value is true if the object already tqcontains + * Condition. Value is true if the object already contains * objects of certaint classes. */ class PMRuleContains : public PMRuleCondition @@ -433,7 +433,7 @@ protected: virtual void resetProtected( ); private: TQPtrList m_categories; - bool m_tqcontains; + bool m_contains; }; /** -- cgit v1.2.3