/****************************************************************************
** logo meta object code from reading C++ file 'logo.h'
**
** Created: Wed Oct 30 18:51:40 2002
**      by: The Qt MOC ($Id:  qt/moc_yacc.cpp   3.0.5   edited Jul 8 12:26 $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#undef QT_NO_COMPAT
#include "logo.h"
#include <qmetaobject.h>
#include <qapplication.h>

#include <private/qucomextra_p.h>
#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 19)
#error "This file was generated using the moc from 3.0.5. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif

const char *logo::className() const
{
    return "logo";
}

QMetaObject *logo::metaObj = 0;
static QMetaObjectCleanUp cleanUp_logo;

#ifndef QT_NO_TRANSLATION
QString logo::tr( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "logo", s, c, QApplication::DefaultCodec );
    else
	return QString::fromLatin1( s );
}
#ifndef QT_NO_TRANSLATION_UTF8
QString logo::trUtf8( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "logo", s, c, QApplication::UnicodeUTF8 );
    else
	return QString::fromUtf8( s );
}
#endif // QT_NO_TRANSLATION_UTF8

#endif // QT_NO_TRANSLATION

QMetaObject* logo::staticMetaObject()
{
    if ( metaObj )
	return metaObj;
    QMetaObject* parentObject = QDialog::staticMetaObject();
    static const QUMethod slot_0 = {"init", 0, 0 };
    static const QMetaData slot_tbl[] = {
	{ "init()", &slot_0, QMetaData::Public }
    };
    metaObj = QMetaObject::new_metaobject(
	"logo", parentObject,
	slot_tbl, 1,
	0, 0,
#ifndef QT_NO_PROPERTIES
	0, 0,
	0, 0,
#endif // QT_NO_PROPERTIES
	0, 0 );
    cleanUp_logo.setMetaObject( metaObj );
    return metaObj;
}

void* logo::qt_cast( const char* clname )
{
    if ( !qstrcmp( clname, "logo" ) ) return (logo*)this;
    return QDialog::qt_cast( clname );
}

bool logo::qt_invoke( int _id, QUObject* _o )
{
    switch ( _id - staticMetaObject()->slotOffset() ) {
    case 0: init(); break;
    default:
	return QDialog::qt_invoke( _id, _o );
    }
    return TRUE;
}

bool logo::qt_emit( int _id, QUObject* _o )
{
    return QDialog::qt_emit(_id,_o);
}
#ifndef QT_NO_PROPERTIES

bool logo::qt_property( int _id, int _f, QVariant* _v)
{
    return QDialog::qt_property( _id, _f, _v);
}
#endif // QT_NO_PROPERTIES


syntax highlighted by Code2HTML, v. 0.9.1