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, 4 insertions, 0 deletions
diff --git a/core/apps/textedit/textedit.h b/core/apps/textedit/textedit.h
index 643ea68..e0cbea2 100644
--- a/core/apps/textedit/textedit.h
+++ b/core/apps/textedit/textedit.h
@@ -89,6 +89,9 @@ private slots:
bool saveAs();
void cleanUp();
+ void gotoLine();
+ void doGoto();
+
void editCut();
void editCopy();
@@ -126,6 +129,7 @@ private:
QpeEditor* editor;
QToolBar *menu, *editBar, *searchBar;
QPopupMenu *advancedMenu;
+ QLineEdit *gotoEdit;
QLineEdit *searchEdit;
DocLnk *doc;
bool fileIs, useAdvancedFeatures, promptExit, openDesktop, filePerms, useSearchBar, startWithNew;