X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fabout.h;h=e8e5771ad674e8d8513021dd66676eaa13796f71;hb=6fb8c1441184b33847cfe668022aaf31b54a71e0;hp=854ebc88f5073ddaaa43be2a3e8194ce5f29b20b;hpb=34c2f4526d11f2139130c4c94920dd7b1c7a6124;p=virtualjaguar diff --git a/src/gui/about.h b/src/gui/about.h index 854ebc8..e8e5771 100644 --- a/src/gui/about.h +++ b/src/gui/about.h @@ -15,6 +15,9 @@ class AboutWindow: public QWidget public: AboutWindow(QWidget * parent = 0); + protected: + void keyPressEvent(QKeyEvent *); + private: QVBoxLayout * layout; QLabel * text;