X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fabout.h;h=1eceedb72a578c711a50bb43063d9f5ce55d6862;hb=70297ac8ec7453e4196f4b58056bcfe4b04f2aca;hp=7397e3b8a9679f185eac1b6ad909d248627f0dac;hpb=a14390c31519388a3e4f01bc53c0e4572708940c;p=architektonas diff --git a/src/about.h b/src/about.h index 7397e3b..1eceedb 100644 --- a/src/about.h +++ b/src/about.h @@ -2,7 +2,7 @@ // about.h: Credits where credits are due ;-) // // by James L. Hammons -// (C) 2010 Underground Software +// (C) 2012 Underground Software // #ifndef __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