From 6335dc55802871b5a43492f217b6edbb420204c4 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/kdeutils@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksim/baselist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksim/baselist.h') diff --git a/ksim/baselist.h b/ksim/baselist.h index e56915b..5c4391d 100644 --- a/ksim/baselist.h +++ b/ksim/baselist.h @@ -52,7 +52,7 @@ namespace KSim return false; // Find our object and remove it from the list - if (m_baseList->tqfindRef(object) >= 0) + if (m_baseList->findRef(object) >= 0) return m_baseList->remove(); return false; -- cgit v1.2.1