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.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 @@
+class QAction;
class QWidgetStack;
@@ -44,2 +45,3 @@ class FileSelector;
class QpeEditor;
+class QPopupMenu;
@@ -52,3 +54,4 @@ public:
~TextEdit();
-
+ QPopupMenu *font;
+ QAction *nStart;
void openFile( const QString & );
@@ -65,2 +68,3 @@ private slots:
void newFileOpen();
+ void changeStartConfig(bool);
bool save();