aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'textedit.h')
-rw-r--r--textedit.h4
1 files changed, 2 insertions, 2 deletions
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.