/****************************************************************************
** QjbDisplay meta object code from reading C++ file 'qjbdisplay.h'
**
** Created: Mon Apr 7 22:00:06 2008
**      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.3.4   edited Jan 21 18:14 $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

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

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

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

QMetaObject *QjbDisplay::metaObj = 0;
static QMetaObjectCleanUp cleanUp_QjbDisplay( "QjbDisplay", &QjbDisplay::staticMetaObject );

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

#endif // QT_NO_TRANSLATION

QMetaObject* QjbDisplay::staticMetaObject()
{
    if ( metaObj )
	return metaObj;
    QMetaObject* parentObject = QScrollView::staticMetaObject();
    metaObj = QMetaObject::new_metaobject(
	"QjbDisplay", parentObject,
	0, 0,
	0, 0,
#ifndef QT_NO_PROPERTIES
	0, 0,
	0, 0,
#endif // QT_NO_PROPERTIES
	0, 0 );
    cleanUp_QjbDisplay.setMetaObject( metaObj );
    return metaObj;
}

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

bool QjbDisplay::qt_invoke( int _id, QUObject* _o )
{
    return QScrollView::qt_invoke(_id,_o);
}

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

bool QjbDisplay::qt_property( int id, int f, QVariant* v)
{
    return QScrollView::qt_property( id, f, v);
}

bool QjbDisplay::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
#endif // QT_NO_PROPERTIES
