/****************************************************************************
** psOpt meta object code from reading C++ file 'psOpt.h'
**
** Created: Tue Jan 8 10:11:33 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 "psOpt.h"
#include <qmetaobject.h>
#include <qapplication.h>

#include <private/qucomextra_p.h>
#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 *psOpt::className() const
{
    return "psOpt";
}

QMetaObject *psOpt::metaObj = 0;
static QMetaObjectCleanUp cleanUp_psOpt;

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

#endif // QT_NO_TRANSLATION

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

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

bool psOpt::qt_invoke( int _id, QUObject* _o )
{
    return psOptData::qt_invoke(_id,_o);
}

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

bool psOpt::qt_property( int _id, int _f, QVariant* _v)
{
    return psOptData::qt_property( _id, _f, _v);
}
#endif // QT_NO_PROPERTIES


syntax highlighted by Code2HTML, v. 0.9.1