Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > contrib-release-debug > by-pkgid > a682ed06b7e9c8d5c3b6ae729da2d8d5 > files > 95

freego-debug-4.5-1mdv2011.0.i586.rpm

/********************************************************************************************************
 * PROGRAM      : FreeGo4
 * DATE - TIME  : dimanche 01 octobre 2006 - 16h01
 * AUTHOR       : Azevedo Filipe aka Nox PasNox ( pasnox at gmail dot com )
 * FILENAME     : UIAbout.h
 * LICENSE      : GPL
 * COMMENTARY   : 
 ********************************************************************************************************/
#ifndef UIABOUT_H
#define UIABOUT_H
//
#include "ui_UIAbout.h"
//
#include <QPointer>
//
class UIAbout : public fgDialog, public Ui::UIAbout
{
	Q_OBJECT
	//
public:
	static UIAbout* self( QWidget* = 0 );
	//
private:
	UIAbout( QWidget* = 0 );
	static QPointer<UIAbout> mSelf;
	//
private slots:
	void fgLabel_clicked();
	//
};
//
#endif // UIABOUT_H