Sophie

Sophie

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

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

/********************************************************************************************************
 * PROGRAM      : FreeGo4
 * DATE - TIME  : jeudi 14 septembre 2006 - 22h25
 * AUTHOR       : Azevedo Filipe aka Nox PasNox ( pasnox at gmail dot com )
 * FILENAME     : UIAlert.h
 * LICENSE      : GPL
 * COMMENTARY   : 
 ********************************************************************************************************/
#ifndef UIALERT_H
#define UIALERT_H
//
#include "ui_UIAlert.h"
//
class UIAlert : public fgDialog, public Ui::UIAlert
{
	Q_OBJECT
	//
public:
	static UIAlert* alert( QWidget*, const QString&, bool = true, bool = true );
	//
private:
	UIAlert( QWidget* = 0 );
	//
};
//
#endif // UIALERT_H