]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/help.h
Special patch by ggn. :-)
[virtualjaguar] / src / gui / help.h
index 7b4b48e1b4e2c5ce7986906c9003d05801db48eb..59690838275ea8a368fd713a76bda443e41cbf4c 100644 (file)
@@ -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__