00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #undef QT_NO_COMPAT
00011 #include "celsplashscreen.h"
00012 #include <qmetaobject.h>
00013 #include <qapplication.h>
00014
00015 #include <private/qucomextra_p.h>
00016 #if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
00017 #error "This file was generated using the moc from 3.3.4. It"
00018 #error "cannot be used with the include files from this version of Qt."
00019 #error "(The moc has changed too much.)"
00020 #endif
00021
00022 const char *CelSplashScreen::className() const
00023 {
00024 return "CelSplashScreen";
00025 }
00026
00027 QMetaObject *CelSplashScreen::metaObj = 0;
00028 static QMetaObjectCleanUp cleanUp_CelSplashScreen( "CelSplashScreen", &CelSplashScreen::staticMetaObject );
00029
00030 #ifndef QT_NO_TRANSLATION
00031 QString CelSplashScreen::tr( const char *s, const char *c )
00032 {
00033 if ( qApp )
00034 return qApp->translate( "CelSplashScreen", s, c, QApplication::DefaultCodec );
00035 else
00036 return QString::fromLatin1( s );
00037 }
00038 #ifndef QT_NO_TRANSLATION_UTF8
00039 QString CelSplashScreen::trUtf8( const char *s, const char *c )
00040 {
00041 if ( qApp )
00042 return qApp->translate( "CelSplashScreen", s, c, QApplication::UnicodeUTF8 );
00043 else
00044 return QString::fromUtf8( s );
00045 }
00046 #endif
00047
00048 #endif
00049
00050 QMetaObject* CelSplashScreen::staticMetaObject()
00051 {
00052 if ( metaObj )
00053 return metaObj;
00054 QMetaObject* parentObject = QWidget::staticMetaObject();
00055 metaObj = QMetaObject::new_metaobject(
00056 "CelSplashScreen", parentObject,
00057 0, 0,
00058 0, 0,
00059 #ifndef QT_NO_PROPERTIES
00060 0, 0,
00061 0, 0,
00062 #endif
00063 0, 0 );
00064 cleanUp_CelSplashScreen.setMetaObject( metaObj );
00065 return metaObj;
00066 }
00067
00068 void* CelSplashScreen::qt_cast( const char* clname )
00069 {
00070 if ( !qstrcmp( clname, "CelSplashScreen" ) )
00071 return this;
00072 if ( !qstrcmp( clname, "ProgressNotifier" ) )
00073 return (ProgressNotifier*)this;
00074 return QWidget::qt_cast( clname );
00075 }
00076
00077 bool CelSplashScreen::qt_invoke( int _id, QUObject* _o )
00078 {
00079 return QWidget::qt_invoke(_id,_o);
00080 }
00081
00082 bool CelSplashScreen::qt_emit( int _id, QUObject* _o )
00083 {
00084 return QWidget::qt_emit(_id,_o);
00085 }
00086 #ifndef QT_NO_PROPERTIES
00087
00088 bool CelSplashScreen::qt_property( int id, int f, QVariant* v)
00089 {
00090 return QWidget::qt_property( id, f, v);
00091 }
00092
00093 bool CelSplashScreen::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
00094 #endif // QT_NO_PROPERTIES