summaryrefslogtreecommitdiff
path: root/core/apps/textedit/textedit.h
Unidiff
Diffstat (limited to 'core/apps/textedit/textedit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/textedit/textedit.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/apps/textedit/textedit.h b/core/apps/textedit/textedit.h
index 781061a..fb58738 100644
--- a/core/apps/textedit/textedit.h
+++ b/core/apps/textedit/textedit.h
@@ -36,2 +36,3 @@
36 36
37class QAction;
37class QWidgetStack; 38class QWidgetStack;
@@ -44,2 +45,3 @@ class FileSelector;
44class QpeEditor; 45class QpeEditor;
46class QPopupMenu;
45 47
@@ -52,3 +54,4 @@ public:
52 ~TextEdit(); 54 ~TextEdit();
53 55 QPopupMenu *font;
56 QAction *nStart;
54 void openFile( const QString & ); 57 void openFile( const QString & );
@@ -65,2 +68,3 @@ private slots:
65 void newFileOpen(); 68 void newFileOpen();
69 void changeStartConfig(bool);
66 bool save(); 70 bool save();