/****************************************************************************
** Form interface generated from reading ui file 'logo3.ui'
**
** Created: Wed Oct 30 18:51:08 2002
** by: The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef LOGO_H
#define LOGO_H
#include <qvariant.h>
#include <qdialog.h>
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class logo : public QDialog
{
Q_OBJECT
public:
logo( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~logo();
public slots:
virtual void init();
protected:
QGridLayout* logoLayout;
};
#endif // LOGO_H
syntax highlighted by Code2HTML, v. 0.9.1