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
@@ -68,7 +68,6 @@ private slots:
void fileNew();
void fileRevert();
void fileOpen();
- void newFileOpen();
void changeStartConfig(bool);
bool save();
bool saveAs();
@@ -103,8 +102,6 @@ private:
void setFontSize(int sz, bool round_down_not_up);
private:
- QWidgetStack *editorStack;
- FileSelector *fileSelector;
fileSaver *fileSaveDlg;
fileBrowser *browseForFiles;
@@ -114,6 +111,7 @@ private:
DocLnk *doc;
bool searchVisible;
bool bFromDocView;
+ int viewSelection;
QAction *zin, *zout;
QString currentFileName;
};