From 539a35866f0bac8f00e493654d4a8ec6863726e2 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/kpilot@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- conduits/memofileconduit/memofiles.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conduits/memofileconduit/memofiles.h') diff --git a/conduits/memofileconduit/memofiles.h b/conduits/memofileconduit/memofiles.h index 290cf3a..72b6ed4 100644 --- a/conduits/memofileconduit/memofiles.h +++ b/conduits/memofileconduit/memofiles.h @@ -55,8 +55,8 @@ public: TQPtrList getModified(); TQPtrList getAll() { return _memofiles; } ; - Memofile * tqfind (const TQString & category, const TQString & filename); - Memofile * tqfind (recordid_t id); + Memofile * find (const TQString & category, const TQString & filename); + Memofile * find (recordid_t id); MemoCategoryMap readCategoryMetadata(); void setCategories(MemoCategoryMap map) { _categories = map; } ; -- cgit v1.2.3