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 --- verifynotification.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'verifynotification.h') diff --git a/verifynotification.h b/verifynotification.h index 7da445b..29da1c6 100644 --- a/verifynotification.h +++ b/verifynotification.h @@ -58,7 +58,7 @@ public: * @param ctx The GPGme-Context * @param parent The parent widget */ - explicit VerifyNotification(QWidget *parent, GpgME::GpgContext *ctx, KeyList *keyList,QPlainTextEdit *edit); + explicit VerifyNotification(QWidget *parent, GpgME::GpgContext *ctx, KeyList *keyList,QTextEdit *edit); /** * @details Set the text and background-color of verify notification. * @@ -101,7 +101,7 @@ private: QLabel *verifyLabel; /** Label holding the text shown in verifyNotification */ GpgME::GpgContext *mCtx; /** GpgME Context */ KeyList *mKeyList; /** Table holding the keys */ - QPlainTextEdit *mTextpage; /** Textedit associated to the notification */ + QTextEdit *mTextpage; /** Textedit associated to the notification */ QHBoxLayout *notificationWidgetLayout; /** Layout for verify-notification */ QVector verifyDetailStringVector; /** Vector containing the text for labels in verifydetaildialog */ QVector verifyDetailStatusVector; /** Vector containing the status for labels in verifydetaildialog */ -- cgit v1.2.3