From 99be31af9886eab5fd5bdab6e1e7887ea71945d2 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/knowit@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/notes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/notes.h') diff --git a/src/notes.h b/src/notes.h index d4ed9f8..0092d4f 100644 --- a/src/notes.h +++ b/src/notes.h @@ -81,7 +81,7 @@ public: TQListViewItem* item; TQString text; bool isEmpty(); - bool tqcontains(const TQString& sought, bool case_sensitive = false); + bool contains(const TQString& sought, bool case_sensitive = false); bool change(const TQString& s); void destroy(); void updateView(); -- cgit v1.2.1