summaryrefslogtreecommitdiff
path: root/core/apps/textedit/textedit.h
Side-by-side diff
Diffstat (limited to 'core/apps/textedit/textedit.h') (more/less context) (show whitespace changes)
-rw-r--r--core/apps/textedit/textedit.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/apps/textedit/textedit.h b/core/apps/textedit/textedit.h
index e7e20e3..aca2933 100644
--- a/core/apps/textedit/textedit.h
+++ b/core/apps/textedit/textedit.h
@@ -69,5 +69,4 @@ private slots:
void fileRevert();
void fileOpen();
- void newFileOpen();
void changeStartConfig(bool);
bool save();
@@ -104,6 +103,4 @@ private:
private:
- QWidgetStack *editorStack;
- FileSelector *fileSelector;
fileSaver *fileSaveDlg;
fileBrowser *browseForFiles;
@@ -115,4 +112,5 @@ private:
bool searchVisible;
bool bFromDocView;
+ int viewSelection;
QAction *zin, *zout;
QString currentFileName;