diff options
Diffstat (limited to 'src/aboutwindow.h')
| -rw-r--r-- | src/aboutwindow.h | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/src/aboutwindow.h b/src/aboutwindow.h index ea956a6..f63b4cd 100644 --- a/src/aboutwindow.h +++ b/src/aboutwindow.h @@ -36,8 +36,8 @@  //#include <qtextedit.h>  #include <qpushbutton.h> -#define PIXMAP_LOGO     PIXMAPS"/miav-logo.png" - +#define PIXMAP_ABOUT     PIXMAPS"/about.png" +/*  #define ABOUT_INFO "\  Official homepage:\n\      http://www.aasimon.org/miav\n\ @@ -63,7 +63,7 @@ General Public License along with this program;\n\  if not, write to the Free Software Foundation,\n\  Inc., 59 Temple Place - Suite 330, Boston,\n\  MA 02111-1307, USA." - +*/  class AboutWindow : public QDialog  {  	Q_OBJECT @@ -71,10 +71,11 @@ public:  	AboutWindow(QWidget* parent = 0, const char* name = 0);  	~AboutWindow();  	virtual void paintEvent( QPaintEvent *event ); +  void mouseReleaseEvent(QMouseEvent *event);  private:  	QPushButton *btn_ok; -	QPixmap		*pix_logo; +	QPixmap		*pix_about;  };  #endif /* __ABOUTWINDOW_H__ */ | 
