Make clean entire project.
[vlp.git] / kernel / kernel.moc
diff --git a/kernel/kernel.moc b/kernel/kernel.moc
deleted file mode 100644 (file)
index e8c36c1..0000000
+++ /dev/null
@@ -1,153 +0,0 @@
-/****************************************************************************
-** QKernel meta object code from reading C++ file 'kernel.cpp'
-**
-** Created: Fri Mar 4 12:26:12 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 *QKernel::className() const
-{
-    return "QKernel";
-}
-
-QMetaObject *QKernel::metaObj = 0;
-static QMetaObjectCleanUp cleanUp_QKernel( "QKernel", &QKernel::staticMetaObject );
-
-#ifndef QT_NO_TRANSLATION
-QString QKernel::tr( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "QKernel", s, c, QApplication::DefaultCodec );
-    else
-       return QString::fromLatin1( s );
-}
-#ifndef QT_NO_TRANSLATION_UTF8
-QString QKernel::trUtf8( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "QKernel", s, c, QApplication::UnicodeUTF8 );
-    else
-       return QString::fromUtf8( s );
-}
-#endif // QT_NO_TRANSLATION_UTF8
-
-#endif // QT_NO_TRANSLATION
-
-QMetaObject* QKernel::staticMetaObject()
-{
-    if ( metaObj )
-       return metaObj;
-    QMetaObject* parentObject = QFrame::staticMetaObject();
-    static const QUMethod slot_0 = {"n_impl", 0, 0 };
-    static const QUMethod slot_1 = {"Run_Prog", 0, 0 };
-    static const QUMethod slot_2 = {"Edit", 0, 0 };
-    static const QUMethod slot_3 = {"Help", 0, 0 };
-    static const QUMethod slot_4 = {"SetOptions", 0, 0 };
-    static const QUMethod slot_5 = {"AddAddress", 0, 0 };
-    static const QUMethod slot_6 = {"DelAddress", 0, 0 };
-    static const QUMethod slot_7 = {"LockConsole", 0, 0 };
-    static const QUMethod slot_8 = {"UnlockConsole", 0, 0 };
-    static const QUMethod slot_9 = {"MessageToNode", 0, 0 };
-    static const QUMethod slot_10 = {"QuitProc", 0, 0 };
-    static const QUMethod slot_11 = {"NetMessage", 0, 0 };
-    static const QUParameter param_slot_12[] = {
-       { 0, &static_QUType_int, 0, QUParameter::In }
-    };
-    static const QUMethod slot_12 = {"IntMessage", 1, param_slot_12 };
-    static const QUMethod slot_13 = {"KillInterpreter", 0, 0 };
-    static const QUMethod slot_14 = {"Disconnect", 0, 0 };
-    static const QUMethod slot_15 = {"SetMessages", 0, 0 };
-    static const QUMethod slot_16 = {"Connect", 0, 0 };
-    static const QUMethod slot_17 = {"Info", 0, 0 };
-    static const QMetaData slot_tbl[] = {
-       { "n_impl()", &slot_0, QMetaData::Public },
-       { "Run_Prog()", &slot_1, QMetaData::Public },
-       { "Edit()", &slot_2, QMetaData::Public },
-       { "Help()", &slot_3, QMetaData::Public },
-       { "SetOptions()", &slot_4, QMetaData::Public },
-       { "AddAddress()", &slot_5, QMetaData::Public },
-       { "DelAddress()", &slot_6, QMetaData::Public },
-       { "LockConsole()", &slot_7, QMetaData::Public },
-       { "UnlockConsole()", &slot_8, QMetaData::Public },
-       { "MessageToNode()", &slot_9, QMetaData::Public },
-       { "QuitProc()", &slot_10, QMetaData::Public },
-       { "NetMessage()", &slot_11, QMetaData::Public },
-       { "IntMessage(int)", &slot_12, QMetaData::Public },
-       { "KillInterpreter()", &slot_13, QMetaData::Public },
-       { "Disconnect()", &slot_14, QMetaData::Public },
-       { "SetMessages()", &slot_15, QMetaData::Public },
-       { "Connect()", &slot_16, QMetaData::Public },
-       { "Info()", &slot_17, QMetaData::Public }
-    };
-    metaObj = QMetaObject::new_metaobject(
-       "QKernel", parentObject,
-       slot_tbl, 18,
-       0, 0,
-#ifndef QT_NO_PROPERTIES
-       0, 0,
-       0, 0,
-#endif // QT_NO_PROPERTIES
-       0, 0 );
-    cleanUp_QKernel.setMetaObject( metaObj );
-    return metaObj;
-}
-
-void* QKernel::qt_cast( const char* clname )
-{
-    if ( !qstrcmp( clname, "QKernel" ) )
-       return this;
-    return QFrame::qt_cast( clname );
-}
-
-bool QKernel::qt_invoke( int _id, QUObject* _o )
-{
-    switch ( _id - staticMetaObject()->slotOffset() ) {
-    case 0: n_impl(); break;
-    case 1: Run_Prog(); break;
-    case 2: Edit(); break;
-    case 3: Help(); break;
-    case 4: SetOptions(); break;
-    case 5: AddAddress(); break;
-    case 6: DelAddress(); break;
-    case 7: LockConsole(); break;
-    case 8: UnlockConsole(); break;
-    case 9: MessageToNode(); break;
-    case 10: QuitProc(); break;
-    case 11: NetMessage(); break;
-    case 12: IntMessage((int)static_QUType_int.get(_o+1)); break;
-    case 13: KillInterpreter(); break;
-    case 14: Disconnect(); break;
-    case 15: SetMessages(); break;
-    case 16: Connect(); break;
-    case 17: Info(); break;
-    default:
-       return QFrame::qt_invoke( _id, _o );
-    }
-    return TRUE;
-}
-
-bool QKernel::qt_emit( int _id, QUObject* _o )
-{
-    return QFrame::qt_emit(_id,_o);
-}
-#ifndef QT_NO_PROPERTIES
-
-bool QKernel::qt_property( int id, int f, QVariant* v)
-{
-    return QFrame::qt_property( id, f, v);
-}
-
-bool QKernel::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
-#endif // QT_NO_PROPERTIES