diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
commit | 99be31af9886eab5fd5bdab6e1e7887ea71945d2 (patch) | |
tree | 60d4364c085f80c5d34ce1b00baaf757bdc262eb /src/notes.h | |
parent | 185b99383fdff00a099df949fa94cb9bcc800cc2 (diff) | |
download | knowit-99be31af9886eab5fd5bdab6e1e7887ea71945d2.tar.gz knowit-99be31af9886eab5fd5bdab6e1e7887ea71945d2.zip |
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
Diffstat (limited to 'src/notes.h')
-rw-r--r-- | src/notes.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |