X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fabout.h;h=9c5f086bdace2a2b7fd37fc6cd1e4d321ba4f0e3;hb=685bb45b7766e8a12cd0de8ee486b9a61183c425;hp=854ebc88f5073ddaaa43be2a3e8194ce5f29b20b;hpb=2e3a9a7467a1740dff9985203f10f7bae01c9d0d;p=virtualjaguar diff --git a/src/gui/about.h b/src/gui/about.h index 854ebc8..9c5f086 100644 --- a/src/gui/about.h +++ b/src/gui/about.h @@ -1,7 +1,7 @@ // // about.h: Credits where credits are due ;-) // -// by James L. Hammons +// by James Hammons // (C) 2010 Underground Software // @@ -15,6 +15,9 @@ class AboutWindow: public QWidget public: AboutWindow(QWidget * parent = 0); + protected: + void keyPressEvent(QKeyEvent *); + private: QVBoxLayout * layout; QLabel * text;