Ticket #4571: myththemedmenu.h.2.patch

File myththemedmenu.h.2.patch, 689 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    void aboutScreen();
     35    MythDialogBox *m_menuPopup;
     36    void customEvent(QCustomEvent *event);
     37
    3138  protected:
    3239    virtual bool keyPressEvent(QKeyEvent *e);
    3340    virtual void gestureEvent(MythUIType *origtype, MythGestureEvent *ge);