X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fhelp.h;h=23aa947168383c860dfffc8b4a4bdf1114eb0aad;hb=e285d9bb9ae73f64443fa4add30119dc422c4d08;hp=7b4b48e1b4e2c5ce7986906c9003d05801db48eb;hpb=2e3a9a7467a1740dff9985203f10f7bae01c9d0d;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__