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 --- textedit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textedit.h') diff --git a/textedit.h b/textedit.h index 0ae2689..8c162c1 100644 --- a/textedit.h +++ b/textedit.h @@ -33,7 +33,7 @@ class QMessageBox; class QFileInfo; class QApplication; class QFile; -class QPlainTextEdit; +class QTextEdit; class QFileDialog; class QMessageBox; class QWidget; @@ -77,7 +77,7 @@ public: /** * @details textpage of the currently activated tab */ - QPlainTextEdit* curTextPage(); + QTextEdit* curTextPage(); /** * @details List of currently unsaved tabs. -- cgit v1.2.3