diff options
Diffstat (limited to 'editorpage.h')
-rw-r--r-- | editorpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editorpage.h b/editorpage.h index 02ba5ce..4e63f33 100644 --- a/editorpage.h +++ b/editorpage.h @@ -79,7 +79,7 @@ public: * * @param className The classname of the widgets to hide */ - void hideNoteByClass(const char *className); + void closeNoteByClass(const char *className); private: QPlainTextEdit *textPage; /** The textedit of the tab */ |