X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fgui%2Fhelp.h;h=23aa947168383c860dfffc8b4a4bdf1114eb0aad;hb=6fb8c1441184b33847cfe668022aaf31b54a71e0;hp=7b4b48e1b4e2c5ce7986906c9003d05801db48eb;hpb=34c2f4526d11f2139130c4c94920dd7b1c7a6124;p=virtualjaguar diff --git a/src/gui/help.h b/src/gui/help.h index 7b4b48e..23aa947 100644 --- a/src/gui/help.h +++ b/src/gui/help.h @@ -15,11 +15,12 @@ class HelpWindow: public QWidget public: HelpWindow(QWidget * parent = 0); + protected: + void keyPressEvent(QKeyEvent *); + private: QVBoxLayout * layout; QTextBrowser * text; -// QLabel * text; -// QLabel * image; }; #endif // __HELP_H__