/**************************************************************************** ** LoadOptionsWidget meta object code from reading C++ file 'FileDialog.h' ** ** Created: Thu Jan 3 22:26:24 2008 ** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.0.3 edited Mar 18 10:45 $) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #undef QT_NO_COMPAT #include "../FileDialog.h" #include #include #include #if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 19) #error "This file was generated using the moc from 3.0.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 *LoadOptionsWidget::className() const { return "LoadOptionsWidget"; } QMetaObject *LoadOptionsWidget::metaObj = 0; static QMetaObjectCleanUp cleanUp_LoadOptionsWidget; #ifndef QT_NO_TRANSLATION QString LoadOptionsWidget::tr( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "LoadOptionsWidget", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s ); } #ifndef QT_NO_TRANSLATION_UTF8 QString LoadOptionsWidget::trUtf8( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "LoadOptionsWidget", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s ); } #endif // QT_NO_TRANSLATION_UTF8 #endif // QT_NO_TRANSLATION QMetaObject* LoadOptionsWidget::staticMetaObject() { if ( metaObj ) return metaObj; QMetaObject* parentObject = QFrame::staticMetaObject(); metaObj = QMetaObject::new_metaobject( "LoadOptionsWidget", parentObject, 0, 0, 0, 0, #ifndef QT_NO_PROPERTIES 0, 0, 0, 0, #endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_LoadOptionsWidget.setMetaObject( metaObj ); return metaObj; } void* LoadOptionsWidget::qt_cast( const char* clname ) { if ( !qstrcmp( clname, "LoadOptionsWidget" ) ) return (LoadOptionsWidget*)this; return QFrame::qt_cast( clname ); } bool LoadOptionsWidget::qt_invoke( int _id, QUObject* _o ) { return QFrame::qt_invoke(_id,_o); } bool LoadOptionsWidget::qt_emit( int _id, QUObject* _o ) { return QFrame::qt_emit(_id,_o); } #ifndef QT_NO_PROPERTIES bool LoadOptionsWidget::qt_property( int _id, int _f, QVariant* _v) { return QFrame::qt_property( _id, _f, _v); } #endif // QT_NO_PROPERTIES const char *FileDialog::className() const { return "FileDialog"; } QMetaObject *FileDialog::metaObj = 0; static QMetaObjectCleanUp cleanUp_FileDialog; #ifndef QT_NO_TRANSLATION QString FileDialog::tr( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "FileDialog", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s ); } #ifndef QT_NO_TRANSLATION_UTF8 QString FileDialog::trUtf8( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "FileDialog", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s ); } #endif // QT_NO_TRANSLATION_UTF8 #endif // QT_NO_TRANSLATION QMetaObject* FileDialog::staticMetaObject() { if ( metaObj ) return metaObj; QMetaObject* parentObject = QFileDialog::staticMetaObject(); metaObj = QMetaObject::new_metaobject( "FileDialog", parentObject, 0, 0, 0, 0, #ifndef QT_NO_PROPERTIES 0, 0, 0, 0, #endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_FileDialog.setMetaObject( metaObj ); return metaObj; } void* FileDialog::qt_cast( const char* clname ) { if ( !qstrcmp( clname, "FileDialog" ) ) return (FileDialog*)this; return QFileDialog::qt_cast( clname ); } bool FileDialog::qt_invoke( int _id, QUObject* _o ) { return QFileDialog::qt_invoke(_id,_o); } bool FileDialog::qt_emit( int _id, QUObject* _o ) { return QFileDialog::qt_emit(_id,_o); } #ifndef QT_NO_PROPERTIES bool FileDialog::qt_property( int _id, int _f, QVariant* _v) { return QFileDialog::qt_property( _id, _f, _v); } #endif // QT_NO_PROPERTIES