Update to the newest upstream version.
[vlp.git] / lgconfig / lgconfig.moc
diff --git a/lgconfig/lgconfig.moc b/lgconfig/lgconfig.moc
new file mode 100644 (file)
index 0000000..7aedd72
--- /dev/null
@@ -0,0 +1,108 @@
+/****************************************************************************
+** QInstall meta object code from reading C++ file 'lgconfig.cpp'
+**
+** Created: Fri Mar 4 12:26:18 2011
+**      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.3.8   edited Feb 2 14:59 $)
+**
+** WARNING! All changes made in this file will be lost!
+*****************************************************************************/
+
+#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.8b. It"
+#error "cannot be used with the include files from this version of Qt."
+#error "(The moc has changed too much.)"
+#endif
+
+const char *QInstall::className() const
+{
+    return "QInstall";
+}
+
+QMetaObject *QInstall::metaObj = 0;
+static QMetaObjectCleanUp cleanUp_QInstall( "QInstall", &QInstall::staticMetaObject );
+
+#ifndef QT_NO_TRANSLATION
+QString QInstall::tr( const char *s, const char *c )
+{
+    if ( qApp )
+       return qApp->translate( "QInstall", s, c, QApplication::DefaultCodec );
+    else
+       return QString::fromLatin1( s );
+}
+#ifndef QT_NO_TRANSLATION_UTF8
+QString QInstall::trUtf8( const char *s, const char *c )
+{
+    if ( qApp )
+       return qApp->translate( "QInstall", s, c, QApplication::UnicodeUTF8 );
+    else
+       return QString::fromUtf8( s );
+}
+#endif // QT_NO_TRANSLATION_UTF8
+
+#endif // QT_NO_TRANSLATION
+
+QMetaObject* QInstall::staticMetaObject()
+{
+    if ( metaObj )
+       return metaObj;
+    QMetaObject* parentObject = QFrame::staticMetaObject();
+    static const QUMethod slot_0 = {"SetOptions", 0, 0 };
+    static const QUMethod slot_1 = {"AddNode", 0, 0 };
+    static const QUMethod slot_2 = {"DelNode", 0, 0 };
+    static const QUMethod slot_3 = {"Info", 0, 0 };
+    static const QMetaData slot_tbl[] = {
+       { "SetOptions()", &slot_0, QMetaData::Public },
+       { "AddNode()", &slot_1, QMetaData::Public },
+       { "DelNode()", &slot_2, QMetaData::Public },
+       { "Info()", &slot_3, QMetaData::Public }
+    };
+    metaObj = QMetaObject::new_metaobject(
+       "QInstall", parentObject,
+       slot_tbl, 4,
+       0, 0,
+#ifndef QT_NO_PROPERTIES
+       0, 0,
+       0, 0,
+#endif // QT_NO_PROPERTIES
+       0, 0 );
+    cleanUp_QInstall.setMetaObject( metaObj );
+    return metaObj;
+}
+
+void* QInstall::qt_cast( const char* clname )
+{
+    if ( !qstrcmp( clname, "QInstall" ) )
+       return this;
+    return QFrame::qt_cast( clname );
+}
+
+bool QInstall::qt_invoke( int _id, QUObject* _o )
+{
+    switch ( _id - staticMetaObject()->slotOffset() ) {
+    case 0: SetOptions(); break;
+    case 1: AddNode(); break;
+    case 2: DelNode(); break;
+    case 3: Info(); break;
+    default:
+       return QFrame::qt_invoke( _id, _o );
+    }
+    return TRUE;
+}
+
+bool QInstall::qt_emit( int _id, QUObject* _o )
+{
+    return QFrame::qt_emit(_id,_o);
+}
+#ifndef QT_NO_PROPERTIES
+
+bool QInstall::qt_property( int id, int f, QVariant* v)
+{
+    return QFrame::qt_property( id, f, v);
+}
+
+bool QInstall::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
+#endif // QT_NO_PROPERTIES