]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/about.h
Virtual Jaguar 2.0.0 release.
[virtualjaguar] / src / gui / about.h
index c4486516f0ff9a63a2cf5aaa778950978d195bb2..e8e5771ad674e8d8513021dd66676eaa13796f71 100644 (file)
@@ -15,27 +15,13 @@ class AboutWindow: public QWidget
        public:
                AboutWindow(QWidget * parent = 0);
 
+       protected:
+               void keyPressEvent(QKeyEvent *);
+
        private:
                QVBoxLayout * layout;
                QLabel * text;
+               QLabel * image;
 };
 
 #endif // __ABOUT_H__
-
-
-#if 0
-class AboutWindow : public QbWindow {
-  Q_OBJECT
-
-public:
-  QVBoxLayout *layout;
-  struct Logo : public QWidget {
-    void paintEvent(QPaintEvent*);
-  } *logo;
-  QLabel *info;
-
-  AboutWindow();
-};
-
-extern AboutWindow *aboutWindow;
-#endif