diff options
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(); |