]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/help.h
Virtual Jaguar 2.0.0 release.
[virtualjaguar] / src / gui / help.h
index 7b4b48e1b4e2c5ce7986906c9003d05801db48eb..23aa947168383c860dfffc8b4a4bdf1114eb0aad 100644 (file)
@@ -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__