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/notecontent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/notecontent.h') diff --git a/src/notecontent.h b/src/notecontent.h index bd17f5b..54eebd5 100644 --- a/src/notecontent.h +++ b/src/notecontent.h @@ -596,7 +596,7 @@ class UnknownContent : public NoteContent // Open Content or File: KURL urlToOpen(bool /*with*/) { return KURL(); } // Content-Specific Methods: - TQString mimeTypes() { return m_mimeTypes; } /// << @return the list of MIME types this note-content tqcontains. + TQString mimeTypes() { return m_mimeTypes; } /// << @return the list of MIME types this note-content contains. protected: TQString m_mimeTypes; static const int DECORATION_MARGIN; -- cgit v1.2.1