X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fabout.h;h=9c5f086bdace2a2b7fd37fc6cd1e4d321ba4f0e3;hb=6f25f63a18153bc2adc49c5f9a3862c2760716df;hp=c4486516f0ff9a63a2cf5aaa778950978d195bb2;hpb=e6b7d61963423b7f9cb4c6c24d2befca50328d4f;p=virtualjaguar diff --git a/src/gui/about.h b/src/gui/about.h index c448651..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,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