/**************************************************************************** ** StapelGroupBox meta object code from reading C++ file 'stapeldisplay.h' ** ** Created: Fri Dec 10 00:57:51 2004 ** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.3 edited Aug 5 16:40 $) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #undef QT_NO_COMPAT #include "stapeldisplay.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.3. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif const char *StapelGroupBox::className() const { return "StapelGroupBox"; } QMetaObject *StapelGroupBox::metaObj = 0; static QMetaObjectCleanUp cleanUp_StapelGroupBox( "StapelGroupBox", &StapelGroupBox::staticMetaObject ); #ifndef QT_NO_TRANSLATION QString StapelGroupBox::tr( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "StapelGroupBox", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s ); } #ifndef QT_NO_TRANSLATION_UTF8 QString StapelGroupBox::trUtf8( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "StapelGroupBox", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s ); } #endif // QT_NO_TRANSLATION_UTF8 #endif // QT_NO_TRANSLATION QMetaObject* StapelGroupBox::staticMetaObject() { if ( metaObj ) return metaObj; QMetaObject* parentObject = QGroupBox::staticMetaObject(); static const QUMethod slot_0 = {"languageChange", 0, 0 }; static const QMetaData slot_tbl[] = { { "languageChange()", &slot_0, QMetaData::Protected } }; metaObj = QMetaObject::new_metaobject( "StapelGroupBox", parentObject, slot_tbl, 1, 0, 0, #ifndef QT_NO_PROPERTIES 0, 0, 0, 0, #endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_StapelGroupBox.setMetaObject( metaObj ); return metaObj; } void* StapelGroupBox::qt_cast( const char* clname ) { if ( !qstrcmp( clname, "StapelGroupBox" ) ) return this; return QGroupBox::qt_cast( clname ); } bool StapelGroupBox::qt_invoke( int _id, QUObject* _o ) { switch ( _id - staticMetaObject()->slotOffset() ) { case 0: languageChange(); break; default: return QGroupBox::qt_invoke( _id, _o ); } return TRUE; } bool StapelGroupBox::qt_emit( int _id, QUObject* _o ) { return QGroupBox::qt_emit(_id,_o); } #ifndef QT_NO_PROPERTIES bool StapelGroupBox::qt_property( int id, int f, QVariant* v) { return QGroupBox::qt_property( id, f, v); } bool StapelGroupBox::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } #endif // QT_NO_PROPERTIES