diff -r f7ac710697a9 -r 06ff229162e9 src/hbcore/gui/hbmenu.h --- a/src/hbcore/gui/hbmenu.h Mon May 03 12:48:33 2010 +0300 +++ b/src/hbcore/gui/hbmenu.h Fri May 14 16:09:54 2010 +0300 @@ -51,8 +51,6 @@ SubMenu }; - HbAction *exec(const QPointF &pos, HbAction *action = 0); - using HbPopup::addAction; HbAction *addAction(const QString &text); HbAction *addAction(const QString &text, const QObject *receiver, const char *member); @@ -80,7 +78,6 @@ QPainterPath shape() const; public slots: - HbAction *exec(HbAction *action = 0); void open(QObject *receiver = 0, const char *member = 0); signals: