X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fhelp.h;h=59690838275ea8a368fd713a76bda443e41cbf4c;hb=725caa0f8bb826a73edef366906ccb41a3197819;hp=7b4b48e1b4e2c5ce7986906c9003d05801db48eb;hpb=2e3a9a7467a1740dff9985203f10f7bae01c9d0d;p=virtualjaguar diff --git a/src/gui/help.h b/src/gui/help.h index 7b4b48e..5969083 100644 --- a/src/gui/help.h +++ b/src/gui/help.h @@ -1,7 +1,7 @@ // // help.h: Built-in help system // -// by James L. Hammons +// by James Hammons // (C) 2011 Underground Software // @@ -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__