diff options
Diffstat (limited to 'src/notecontent.h')
-rw-r--r-- | src/notecontent.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |