/****************************************************************************
** KUninstallerOption meta object code from reading C++ file 'kuninstalleroption.h'
**
** Created: Thu Apr 15 14:56:35 1999
**      by: The Qt Meta Object Compiler ($Revision: 2.25.2.11 $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#if !defined(Q_MOC_OUTPUT_REVISION)
#define Q_MOC_OUTPUT_REVISION 2
#elif Q_MOC_OUTPUT_REVISION != 2
#error "Moc format conflict - please regenerate all moc files"
#endif

#include "kuninstalleroption.h"
#include <qmetaobject.h>


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

QMetaObject *KUninstallerOption::metaObj = 0;


#if QT_VERSION >= 200
static QMetaObjectInit init_KUninstallerOption(&KUninstallerOption::staticMetaObject);

#endif

void KUninstallerOption::initMetaObject()
{
    if ( metaObj )
	return;
    if ( strcmp(QDialog::className(), "QDialog") != 0 )
	badSuperclassWarning("KUninstallerOption","QDialog");

#if QT_VERSION >= 200
    staticMetaObject();
}

void KUninstallerOption::staticMetaObject()
{
    if ( metaObj )
	return;
    QDialog::staticMetaObject();
#else

    QDialog::initMetaObject();
#endif

    typedef void(KUninstallerOption::*m1_t0)();
    typedef void(KUninstallerOption::*m1_t1)();
    typedef void(KUninstallerOption::*m1_t2)();
    m1_t0 v1_0 = &KUninstallerOption::closeWithSaving;
    m1_t1 v1_1 = &KUninstallerOption::updateBtnGroup;
    m1_t2 v1_2 = &KUninstallerOption::selectDir;
    QMetaData *slot_tbl = new QMetaData[3];
    slot_tbl[0].name = "closeWithSaving()";
    slot_tbl[1].name = "updateBtnGroup()";
    slot_tbl[2].name = "selectDir()";
    slot_tbl[0].ptr = *((QMember*)&v1_0);
    slot_tbl[1].ptr = *((QMember*)&v1_1);
    slot_tbl[2].ptr = *((QMember*)&v1_2);
    metaObj = new QMetaObject( "KUninstallerOption", "QDialog",
	slot_tbl, 3,
	0, 0 );
}

Documentation generated by haeusler@stiegl on Fri Apr 16 09:31:32 MET DST 1999