From 33f08e93132a53bf14f41f5f1e567eeea832b336 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/basket@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/note.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/note.h') diff --git a/src/note.h b/src/note.h index 47ffd20..3fd2312 100644 --- a/src/note.h +++ b/src/note.h @@ -131,7 +131,7 @@ class Note Note* lastSibling(); int yExpander(); bool isAfter(Note *note); - bool tqcontains(Note *note); + bool contains(Note *note); /// NOTES VARIOUS PROPERTIES: // CONTENT MANAGEMENT? private: -- cgit v1.2.3