/**************************************************************************** ** base_object_message meta object code from reading C++ file 'Header.h' ** ** Created: Fri Aug 13 00:02:48 2004 ** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.2 edited Apr 19 11:34 $) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #undef QT_NO_COMPAT #include "Header.h" #include #include #include #if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) #error "This file was generated using the moc from 3.3.2. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif const char *base_object_message::className() const { return "base_object_message"; } QMetaObject *base_object_message::metaObj = 0; static QMetaObjectCleanUp cleanUp_base_object_message( "base_object_message", &base_object_message::staticMetaObject ); #ifndef QT_NO_TRANSLATION QString base_object_message::tr( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "base_object_message", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s ); } #ifndef QT_NO_TRANSLATION_UTF8 QString base_object_message::trUtf8( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "base_object_message", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s ); } #endif // QT_NO_TRANSLATION_UTF8 #endif // QT_NO_TRANSLATION QMetaObject* base_object_message::staticMetaObject() { if ( metaObj ) return metaObj; QMetaObject* parentObject = QObject::staticMetaObject(); metaObj = QMetaObject::new_metaobject( "base_object_message", parentObject, 0, 0, 0, 0, #ifndef QT_NO_PROPERTIES 0, 0, 0, 0, #endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_base_object_message.setMetaObject( metaObj ); return metaObj; } void* base_object_message::qt_cast( const char* clname ) { if ( !qstrcmp( clname, "base_object_message" ) ) return this; return QObject::qt_cast( clname ); } bool base_object_message::qt_invoke( int _id, QUObject* _o ) { return QObject::qt_invoke(_id,_o); } bool base_object_message::qt_emit( int _id, QUObject* _o ) { return QObject::qt_emit(_id,_o); } #ifndef QT_NO_PROPERTIES bool base_object_message::qt_property( int id, int f, QVariant* v) { return QObject::qt_property( id, f, v); } bool base_object_message::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } #endif // QT_NO_PROPERTIES