X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fabout.h;h=e8e5771ad674e8d8513021dd66676eaa13796f71;hb=253f7b2713969c4982a3149c55e378db51d7791d;hp=7397e3b8a9679f185eac1b6ad909d248627f0dac;hpb=5da604521611a960140b58a2fb0f236c65610b70;p=virtualjaguar diff --git a/src/gui/about.h b/src/gui/about.h index 7397e3b..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; @@ -22,21 +25,3 @@ class AboutWindow: public QWidget }; #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