summaryrefslogtreecommitdiff
path: root/library/qpemenubar.h
Unidiff
Diffstat (limited to 'library/qpemenubar.h') (more/less context) (show whitespace changes)
-rw-r--r--library/qpemenubar.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/library/qpemenubar.h b/library/qpemenubar.h
index 05abc4e..66d0c85 100644
--- a/library/qpemenubar.h
+++ b/library/qpemenubar.h
@@ -55,2 +55,5 @@ private:
55 static QPEMenuToolFocusManager *me; 55 static QPEMenuToolFocusManager *me;
56
57private: // Sharp ROM compatibility
58 void setMenukeyEnabled ( bool b );
56}; 59};
@@ -74,2 +77,6 @@ protected:
74 void goodbye(); 77 void goodbye();
78
79 // This is a special "lineo" add-on for the Sharp ROM
80 // nobody knows, what it does, though ...
81 int getOldFocus ( );
75}; 82};