summaryrefslogtreecommitdiff
path: root/core/apps/textedit/textedit.h
Side-by-side diff
Diffstat (limited to 'core/apps/textedit/textedit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/textedit/textedit.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/core/apps/textedit/textedit.h b/core/apps/textedit/textedit.h
index f7d1052..4e469cc 100644
--- a/core/apps/textedit/textedit.h
+++ b/core/apps/textedit/textedit.h
@@ -19,2 +19,3 @@
**********************************************************************/
+// additions made by L.J. Potter Sun 02-17-2002 22:27:46
@@ -56,3 +57,3 @@ private slots:
void setDocument(const QString&);
-
+ void changeFont();
void fileNew();
@@ -60,2 +61,4 @@ private slots:
void fileOpen();
+ void newFileOpen();
+ bool save();
@@ -84,3 +87,2 @@ private:
void colorChanged( const QColor &c );
- bool save();
void clear();
@@ -99,2 +101,3 @@ private:
QAction *zin, *zout;
+ QString currentFileName;
};