/****************************************************************************
** AQSRadioButton meta object code from reading C++ file 'AQSRadioButton_p.h'
**
** Created: vi. 31. jul. 22:07:32 2020
**      by: The Qt MOC ($Id: moc_yacc.cpp 2051 2007-02-21 10:04:20Z chehrlic $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#undef QT_NO_COMPAT
#include "AQSRadioButton_p.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.8. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif

const char *AQSRadioButton::className() const
{
    return "AQSRadioButton";
}

QMetaObject *AQSRadioButton::metaObj = 0;
static QMetaObjectCleanUp cleanUp_AQSRadioButton( "AQSRadioButton", &AQSRadioButton::staticMetaObject );

#ifndef QT_NO_TRANSLATION
QString AQSRadioButton::tr( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "AQSRadioButton", s, c, QApplication::DefaultCodec );
    else
	return QString::fromLatin1( s );
}
#ifndef QT_NO_TRANSLATION_UTF8
QString AQSRadioButton::trUtf8( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "AQSRadioButton", s, c, QApplication::UnicodeUTF8 );
    else
	return QString::fromUtf8( s );
}
#endif // QT_NO_TRANSLATION_UTF8

#endif // QT_NO_TRANSLATION

QMetaObject* AQSRadioButton::staticMetaObject()
{
    if ( metaObj )
	return metaObj;
    QMetaObject* parentObject = AQSButton::staticMetaObject();
    metaObj = QMetaObject::new_metaobject(
	"AQSRadioButton", parentObject,
	0, 0,
	0, 0,
#ifndef QT_NO_PROPERTIES
	0, 0,
	0, 0,
#endif // QT_NO_PROPERTIES
	0, 0 );
    cleanUp_AQSRadioButton.setMetaObject( metaObj );
    return metaObj;
}

void* AQSRadioButton::qt_cast( const char* clname )
{
    if ( !qstrcmp( clname, "AQSRadioButton" ) )
	return this;
    return AQSButton::qt_cast( clname );
}

bool AQSRadioButton::qt_invoke( int _id, QUObject* _o )
{
    return AQSButton::qt_invoke(_id,_o);
}

bool AQSRadioButton::qt_emit( int _id, QUObject* _o )
{
    return AQSButton::qt_emit(_id,_o);
}
#ifndef QT_NO_PROPERTIES

bool AQSRadioButton::qt_property( int id, int f, QVariant* v)
{
    return AQSButton::qt_property( id, f, v);
}

bool AQSRadioButton::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
#endif // QT_NO_PROPERTIES
