From 9942ea51dfbf0d1e86dbda35e4cfc02e561b54f6 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 4 Dec 2011 12:43:58 +0000 Subject: changed qplaintextedit to qtextedit git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@652 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- editorpage.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editorpage.h') diff --git a/editorpage.h b/editorpage.h index a88ef89..ef8928f 100644 --- a/editorpage.h +++ b/editorpage.h @@ -22,7 +22,7 @@ #ifndef __EDITORPAGE_H__ #define __EDITORPAGE_H__ -#include +#include #include QT_BEGIN_NAMESPACE @@ -64,7 +64,7 @@ public: /** * @details Return pointer tp the textedit of the currently activated tab. */ - QPlainTextEdit *getTextPage(); + QTextEdit *getTextPage(); /** * @details Show additional widget at buttom of currently active tab @@ -82,7 +82,7 @@ public: void closeNoteByClass(const char *className); private: - QPlainTextEdit *textPage; /** The textedit of the tab */ + QTextEdit *textPage; /** The textedit of the tab */ QVBoxLayout *mainLayout; /** The layout for the tab */ QHBoxLayout *notificationWidgetLayout; /** layout for the notification-widget */ QWidget *notificationWidget; /** The notification widget shown at the buttom of the tab */ -- cgit v1.2.3