Ticket #4571: myththemedmenu.h.patch

File myththemedmenu.h.patch, 664 bytes (added by james.meyer@…, 16 years ago)
  • libs/libmythui/myththemedmenu.h

    old new  
    22#define MYTHTHEMEDMENU_H_
    33
    44#include "mythscreentype.h"
     5#include "mythdialogbox.h"
    56
    67class MythMainWindow;
    78class MythThemedMenuPrivate;
     
    2627
    2728    void ReloadTheme(void);
    2829    void ReloadExitKey(void);
     30
    2931    virtual void aboutToShow(void);
    3032
     33    void doMenu();
     34    MythDialogBox *m_menuPopup;
     35    void customEvent(QCustomEvent *event);
     36
    3137  protected:
    3238    virtual bool keyPressEvent(QKeyEvent *e);
    3339    virtual void gestureEvent(MythUIType *origtype, MythGestureEvent *ge);