]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/about.h
Added logging of GPU/DSP states on exit.
[virtualjaguar] / src / gui / about.h
index 854ebc88f5073ddaaa43be2a3e8194ce5f29b20b..90d825f03347cae5b185c5219d647dcd9c932e05 100644 (file)
@@ -1,20 +1,23 @@
 //
 // about.h: Credits where credits are due ;-)
 //
-// by James L. Hammons
+// by James Hammons
 // (C) 2010 Underground Software
 //
 
 #ifndef __ABOUT_H__
 #define __ABOUT_H__
 
-#include <QtGui>
+#include <QtWidgets>
 
 class AboutWindow: public QWidget
 {
        public:
                AboutWindow(QWidget * parent = 0);
 
+       protected:
+               void keyPressEvent(QKeyEvent *);
+
        private:
                QVBoxLayout * layout;
                QLabel * text;