From e52158d2f9e1fdc9766d991dc672729648d5a020 Mon Sep 17 00:00:00 2001 From: sandman Date: Tue, 26 Nov 2002 23:34:04 +0000 Subject: Sharp ROM compatibilty upgrade: All these functions are needed to get qtmail (from the Sharp ROM) running on Opie - I have even tested qtmail on an iPAQ and it seems to work .. --- (limited to 'library/qpemenubar.h') diff --git a/library/qpemenubar.h b/library/qpemenubar.h index 05abc4e..66d0c85 100644 --- a/library/qpemenubar.h +++ b/library/qpemenubar.h @@ -53,6 +53,9 @@ private: GuardedWidget inFocus; GuardedWidget oldFocus; static QPEMenuToolFocusManager *me; + +private: // Sharp ROM compatibility + void setMenukeyEnabled ( bool b ); }; @@ -72,6 +75,10 @@ protected: */ void activateItem( int index ); void goodbye(); + + // This is a special "lineo" add-on for the Sharp ROM + // nobody knows, what it does, though ... + int getOldFocus ( ); }; #endif -- cgit v0.9.0.2