diff -r 2b1b11a301d2 -r 4b195f3bea29 homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsoperatorhandler.h --- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsoperatorhandler.h Tue Jul 06 14:06:53 2010 +0300 +++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsoperatorhandler.h Wed Aug 18 09:40:07 2010 +0300 @@ -23,6 +23,7 @@ #include "hsmenustates_global.h" class HsOperatorHandlerPrivate; +class HbAction; class HsOperatorHandler: public QObject { @@ -33,10 +34,17 @@ public: HsOperatorHandler(QObject *parent = 0); virtual ~HsOperatorHandler(); - HbIcon icon(); + bool operatorStorePresent(); + bool oviStorePresent(); + bool operatorStoreFirst(); + HbAction *prepareOperatorStoreAction( + HbAction *const operatorAction); QString text(); -public slots: +private: + HbIcon icon(); + +private slots: void action(); private: