X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fabout.h;h=7397e3b8a9679f185eac1b6ad909d248627f0dac;hb=07d689da4cceee0c376861a1459c9e9c2289c6a2;hp=c4486516f0ff9a63a2cf5aaa778950978d195bb2;hpb=e6b7d61963423b7f9cb4c6c24d2befca50328d4f;p=virtualjaguar diff --git a/src/gui/about.h b/src/gui/about.h index c448651..7397e3b 100644 --- a/src/gui/about.h +++ b/src/gui/about.h @@ -18,6 +18,7 @@ class AboutWindow: public QWidget private: QVBoxLayout * layout; QLabel * text; + QLabel * image; }; #endif // __ABOUT_H__