summaryrefslogtreecommitdiff
path: root/core/apps/textedit/textedit.h
authorllornkcor <llornkcor>2002-03-19 00:25:30 (UTC)
committer llornkcor <llornkcor>2002-03-19 00:25:30 (UTC)
commitfbe272267851eeda20bf48aee9a01ac4dd1143c2 (patch) (unidiff)
treeeb2aaea05277d12e66c712c7d109c99c1e3f8f7d /core/apps/textedit/textedit.h
parent342ac04976065864b351c6b36087a483a8932da7 (diff)
downloadopie-fbe272267851eeda20bf48aee9a01ac4dd1143c2.zip
opie-fbe272267851eeda20bf48aee9a01ac4dd1143c2.tar.gz
opie-fbe272267851eeda20bf48aee9a01ac4dd1143c2.tar.bz2
added config entry
Diffstat (limited to 'core/apps/textedit/textedit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/textedit/textedit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/apps/textedit/textedit.h b/core/apps/textedit/textedit.h
index aca2933..a70b581 100644
--- a/core/apps/textedit/textedit.h
+++ b/core/apps/textedit/textedit.h
@@ -71,6 +71,7 @@ private slots:
71 void changeStartConfig(bool); 71 void changeStartConfig(bool);
72 bool save(); 72 bool save();
73 bool saveAs(); 73 bool saveAs();
74 void cleanUp();
74 75
75 76
76 void editCut(); 77 void editCut();
@@ -111,7 +112,7 @@ private:
111 DocLnk *doc; 112 DocLnk *doc;
112 bool searchVisible; 113 bool searchVisible;
113 bool bFromDocView; 114 bool bFromDocView;
114 int viewSelection; 115 int viewSelection;
115 QAction *zin, *zout; 116 QAction *zin, *zout;
116 QString currentFileName; 117 QString currentFileName;
117}; 118};