diff options
Diffstat (limited to 'verifydetailsdialog.h')
-rw-r--r-- | verifydetailsdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/verifydetailsdialog.h b/verifydetailsdialog.h index 83519f9..f857b67 100644 --- a/verifydetailsdialog.h +++ b/verifydetailsdialog.h @@ -30,7 +30,7 @@ class VerifyDetailsDialog : public QDialog { Q_OBJECT public: - explicit VerifyDetailsDialog(QWidget *parent, GpgME::GpgContext* ctx, KeyList* mKeyList, QPlainTextEdit *edit); + explicit VerifyDetailsDialog(QWidget *parent, GpgME::GpgContext* ctx, KeyList* mKeyList, QTextEdit *edit); private slots: void refresh(); @@ -41,7 +41,7 @@ private: QHBoxLayout *mainLayout; QVBoxLayout *mVboxLayout; QWidget *mVbox; - QPlainTextEdit *mTextpage; /** Textedit associated to the notification */ + QTextEdit *mTextpage; /** Textedit associated to the notification */ QDialogButtonBox* buttonBox; }; |