Make clean entire project.
authorRafał Długołęcki <kontakt@dlugolecki.net.pl>
Mon, 1 Jul 2013 22:37:27 +0000 (00:37 +0200)
committerRafał Długołęcki <kontakt@dlugolecki.net.pl>
Mon, 1 Jul 2013 22:37:27 +0000 (00:37 +0200)
edit/moc_editor.cpp [deleted file]
graph/loggraph.moc [deleted file]
help/help.moc [deleted file]
kernel/kernel.moc [deleted file]
lgconfig/lgconfig.moc [deleted file]
net/lognet.moc [deleted file]
preproc/prep.moc [deleted file]

diff --git a/edit/moc_editor.cpp b/edit/moc_editor.cpp
deleted file mode 100644 (file)
index b7866f5..0000000
+++ /dev/null
@@ -1,240 +0,0 @@
-/****************************************************************************
-** My_Edit meta object code from reading C++ file 'editor.h'
-**
-** Created: Fri Mar 4 12:26:17 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!
-*****************************************************************************/
-
-#undef QT_NO_COMPAT
-#include "editor.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.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 *My_Edit::className() const
-{
-    return "My_Edit";
-}
-
-QMetaObject *My_Edit::metaObj = 0;
-static QMetaObjectCleanUp cleanUp_My_Edit( "My_Edit", &My_Edit::staticMetaObject );
-
-#ifndef QT_NO_TRANSLATION
-QString My_Edit::tr( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "My_Edit", s, c, QApplication::DefaultCodec );
-    else
-       return QString::fromLatin1( s );
-}
-#ifndef QT_NO_TRANSLATION_UTF8
-QString My_Edit::trUtf8( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "My_Edit", s, c, QApplication::UnicodeUTF8 );
-    else
-       return QString::fromUtf8( s );
-}
-#endif // QT_NO_TRANSLATION_UTF8
-
-#endif // QT_NO_TRANSLATION
-
-QMetaObject* My_Edit::staticMetaObject()
-{
-    if ( metaObj )
-       return metaObj;
-    QMetaObject* parentObject = QMultiLineEdit::staticMetaObject();
-    static const QUMethod signal_0 = {"cursorMove", 0, 0 };
-    static const QMetaData signal_tbl[] = {
-       { "cursorMove()", &signal_0, QMetaData::Public }
-    };
-    metaObj = QMetaObject::new_metaobject(
-       "My_Edit", parentObject,
-       0, 0,
-       signal_tbl, 1,
-#ifndef QT_NO_PROPERTIES
-       0, 0,
-       0, 0,
-#endif // QT_NO_PROPERTIES
-       0, 0 );
-    cleanUp_My_Edit.setMetaObject( metaObj );
-    return metaObj;
-}
-
-void* My_Edit::qt_cast( const char* clname )
-{
-    if ( !qstrcmp( clname, "My_Edit" ) )
-       return this;
-    return QMultiLineEdit::qt_cast( clname );
-}
-
-// SIGNAL cursorMove
-void My_Edit::cursorMove()
-{
-    activate_signal( staticMetaObject()->signalOffset() + 0 );
-}
-
-bool My_Edit::qt_invoke( int _id, QUObject* _o )
-{
-    return QMultiLineEdit::qt_invoke(_id,_o);
-}
-
-bool My_Edit::qt_emit( int _id, QUObject* _o )
-{
-    switch ( _id - staticMetaObject()->signalOffset() ) {
-    case 0: cursorMove(); break;
-    default:
-       return QMultiLineEdit::qt_emit(_id,_o);
-    }
-    return TRUE;
-}
-#ifndef QT_NO_PROPERTIES
-
-bool My_Edit::qt_property( int id, int f, QVariant* v)
-{
-    return QMultiLineEdit::qt_property( id, f, v);
-}
-
-bool My_Edit::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
-#endif // QT_NO_PROPERTIES
-
-
-const char *Editor::className() const
-{
-    return "Editor";
-}
-
-QMetaObject *Editor::metaObj = 0;
-static QMetaObjectCleanUp cleanUp_Editor( "Editor", &Editor::staticMetaObject );
-
-#ifndef QT_NO_TRANSLATION
-QString Editor::tr( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "Editor", s, c, QApplication::DefaultCodec );
-    else
-       return QString::fromLatin1( s );
-}
-#ifndef QT_NO_TRANSLATION_UTF8
-QString Editor::trUtf8( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "Editor", s, c, QApplication::UnicodeUTF8 );
-    else
-       return QString::fromUtf8( s );
-}
-#endif // QT_NO_TRANSLATION_UTF8
-
-#endif // QT_NO_TRANSLATION
-
-QMetaObject* Editor::staticMetaObject()
-{
-    if ( metaObj )
-       return metaObj;
-    QMetaObject* parentObject = QWidget::staticMetaObject();
-    static const QUMethod slot_0 = {"load", 0, 0 };
-    static const QUParameter param_slot_1[] = {
-       { "fileName", &static_QUType_charstar, 0, QUParameter::In }
-    };
-    static const QUMethod slot_1 = {"load", 1, param_slot_1 };
-    static const QUMethod slot_2 = {"save", 0, 0 };
-    static const QUParameter param_slot_3[] = {
-       { "fileName", &static_QUType_charstar, 0, QUParameter::In }
-    };
-    static const QUMethod slot_3 = {"save", 1, param_slot_3 };
-    static const QUMethod slot_4 = {"save_as", 0, 0 };
-    static const QUMethod slot_5 = {"create", 0, 0 };
-    static const QUMethod slot_6 = {"props", 0, 0 };
-    static const QUMethod slot_7 = {"print", 0, 0 };
-    static const QUMethod slot_8 = {"cmp", 0, 0 };
-    static const QUMethod slot_9 = {"gen", 0, 0 };
-    static const QUMethod slot_10 = {"comp_all", 0, 0 };
-    static const QUMethod slot_11 = {"log_unit", 0, 0 };
-    static const QUMethod slot_12 = {"log_prog", 0, 0 };
-    static const QUMethod slot_13 = {"findText", 0, 0 };
-    static const QUMethod slot_14 = {"find_next", 0, 0 };
-    static const QUMethod slot_15 = {"updateline", 0, 0 };
-    static const QMetaData slot_tbl[] = {
-       { "load()", &slot_0, QMetaData::Public },
-       { "load(const char*)", &slot_1, QMetaData::Public },
-       { "save()", &slot_2, QMetaData::Public },
-       { "save(const char*)", &slot_3, QMetaData::Public },
-       { "save_as()", &slot_4, QMetaData::Public },
-       { "create()", &slot_5, QMetaData::Public },
-       { "props()", &slot_6, QMetaData::Public },
-       { "print()", &slot_7, QMetaData::Public },
-       { "cmp()", &slot_8, QMetaData::Public },
-       { "gen()", &slot_9, QMetaData::Public },
-       { "comp_all()", &slot_10, QMetaData::Public },
-       { "log_unit()", &slot_11, QMetaData::Public },
-       { "log_prog()", &slot_12, QMetaData::Public },
-       { "findText()", &slot_13, QMetaData::Public },
-       { "find_next()", &slot_14, QMetaData::Public },
-       { "updateline()", &slot_15, QMetaData::Public }
-    };
-    metaObj = QMetaObject::new_metaobject(
-       "Editor", parentObject,
-       slot_tbl, 16,
-       0, 0,
-#ifndef QT_NO_PROPERTIES
-       0, 0,
-       0, 0,
-#endif // QT_NO_PROPERTIES
-       0, 0 );
-    cleanUp_Editor.setMetaObject( metaObj );
-    return metaObj;
-}
-
-void* Editor::qt_cast( const char* clname )
-{
-    if ( !qstrcmp( clname, "Editor" ) )
-       return this;
-    return QWidget::qt_cast( clname );
-}
-
-bool Editor::qt_invoke( int _id, QUObject* _o )
-{
-    switch ( _id - staticMetaObject()->slotOffset() ) {
-    case 0: load(); break;
-    case 1: load((const char*)static_QUType_charstar.get(_o+1)); break;
-    case 2: save(); break;
-    case 3: save((const char*)static_QUType_charstar.get(_o+1)); break;
-    case 4: save_as(); break;
-    case 5: create(); break;
-    case 6: props(); break;
-    case 7: print(); break;
-    case 8: cmp(); break;
-    case 9: gen(); break;
-    case 10: comp_all(); break;
-    case 11: log_unit(); break;
-    case 12: log_prog(); break;
-    case 13: findText(); break;
-    case 14: find_next(); break;
-    case 15: updateline(); break;
-    default:
-       return QWidget::qt_invoke( _id, _o );
-    }
-    return TRUE;
-}
-
-bool Editor::qt_emit( int _id, QUObject* _o )
-{
-    return QWidget::qt_emit(_id,_o);
-}
-#ifndef QT_NO_PROPERTIES
-
-bool Editor::qt_property( int id, int f, QVariant* v)
-{
-    return QWidget::qt_property( id, f, v);
-}
-
-bool Editor::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
-#endif // QT_NO_PROPERTIES
diff --git a/graph/loggraph.moc b/graph/loggraph.moc
deleted file mode 100644 (file)
index dcbd0c9..0000000
+++ /dev/null
@@ -1,114 +0,0 @@
-/****************************************************************************
-** VGR meta object code from reading C++ file 'loggraph.cpp'
-**
-** Created: Fri Mar 4 12:25:17 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 *VGR::className() const
-{
-    return "VGR";
-}
-
-QMetaObject *VGR::metaObj = 0;
-static QMetaObjectCleanUp cleanUp_VGR( "VGR", &VGR::staticMetaObject );
-
-#ifndef QT_NO_TRANSLATION
-QString VGR::tr( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "VGR", s, c, QApplication::DefaultCodec );
-    else
-       return QString::fromLatin1( s );
-}
-#ifndef QT_NO_TRANSLATION_UTF8
-QString VGR::trUtf8( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "VGR", s, c, QApplication::UnicodeUTF8 );
-    else
-       return QString::fromUtf8( s );
-}
-#endif // QT_NO_TRANSLATION_UTF8
-
-#endif // QT_NO_TRANSLATION
-
-QMetaObject* VGR::staticMetaObject()
-{
-    if ( metaObj )
-       return metaObj;
-    QMetaObject* parentObject = QFrame::staticMetaObject();
-    static const QUParameter param_slot_0[] = {
-       { 0, &static_QUType_int, 0, QUParameter::In }
-    };
-    static const QUMethod slot_0 = {"vscrolled", 1, param_slot_0 };
-    static const QUParameter param_slot_1[] = {
-       { 0, &static_QUType_int, 0, QUParameter::In }
-    };
-    static const QUMethod slot_1 = {"hscrolled", 1, param_slot_1 };
-    static const QUMethod slot_2 = {"CloseMe", 0, 0 };
-    static const QUMethod slot_3 = {"RequestMessage", 0, 0 };
-    static const QMetaData slot_tbl[] = {
-       { "vscrolled(int)", &slot_0, QMetaData::Public },
-       { "hscrolled(int)", &slot_1, QMetaData::Public },
-       { "CloseMe()", &slot_2, QMetaData::Public },
-       { "RequestMessage()", &slot_3, QMetaData::Public }
-    };
-    metaObj = QMetaObject::new_metaobject(
-       "VGR", parentObject,
-       slot_tbl, 4,
-       0, 0,
-#ifndef QT_NO_PROPERTIES
-       0, 0,
-       0, 0,
-#endif // QT_NO_PROPERTIES
-       0, 0 );
-    cleanUp_VGR.setMetaObject( metaObj );
-    return metaObj;
-}
-
-void* VGR::qt_cast( const char* clname )
-{
-    if ( !qstrcmp( clname, "VGR" ) )
-       return this;
-    return QFrame::qt_cast( clname );
-}
-
-bool VGR::qt_invoke( int _id, QUObject* _o )
-{
-    switch ( _id - staticMetaObject()->slotOffset() ) {
-    case 0: vscrolled((int)static_QUType_int.get(_o+1)); break;
-    case 1: hscrolled((int)static_QUType_int.get(_o+1)); break;
-    case 2: CloseMe(); break;
-    case 3: RequestMessage(); break;
-    default:
-       return QFrame::qt_invoke( _id, _o );
-    }
-    return TRUE;
-}
-
-bool VGR::qt_emit( int _id, QUObject* _o )
-{
-    return QFrame::qt_emit(_id,_o);
-}
-#ifndef QT_NO_PROPERTIES
-
-bool VGR::qt_property( int id, int f, QVariant* v)
-{
-    return QFrame::qt_property( id, f, v);
-}
-
-bool VGR::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
-#endif // QT_NO_PROPERTIES
diff --git a/help/help.moc b/help/help.moc
deleted file mode 100644 (file)
index e8bb4fe..0000000
+++ /dev/null
@@ -1,117 +0,0 @@
-/****************************************************************************
-** QHTML meta object code from reading C++ file 'help.cpp'
-**
-** Created: Fri Mar 4 12:26:20 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 *QHTML::className() const
-{
-    return "QHTML";
-}
-
-QMetaObject *QHTML::metaObj = 0;
-static QMetaObjectCleanUp cleanUp_QHTML( "QHTML", &QHTML::staticMetaObject );
-
-#ifndef QT_NO_TRANSLATION
-QString QHTML::tr( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "QHTML", s, c, QApplication::DefaultCodec );
-    else
-       return QString::fromLatin1( s );
-}
-#ifndef QT_NO_TRANSLATION_UTF8
-QString QHTML::trUtf8( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "QHTML", s, c, QApplication::UnicodeUTF8 );
-    else
-       return QString::fromUtf8( s );
-}
-#endif // QT_NO_TRANSLATION_UTF8
-
-#endif // QT_NO_TRANSLATION
-
-QMetaObject* QHTML::staticMetaObject()
-{
-    if ( metaObj )
-       return metaObj;
-    QMetaObject* parentObject = QFrame::staticMetaObject();
-    static const QUMethod slot_0 = {"load", 0, 0 };
-    static const QUMethod slot_1 = {"back", 0, 0 };
-    static const QUParameter param_slot_2[] = {
-       { 0, &static_QUType_int, 0, QUParameter::In }
-    };
-    static const QUMethod slot_2 = {"vscrolled", 1, param_slot_2 };
-    static const QUMethod slot_3 = {"contents", 0, 0 };
-    static const QUMethod slot_4 = {"user_guide", 0, 0 };
-    static const QUMethod slot_5 = {"lang_guide", 0, 0 };
-    static const QMetaData slot_tbl[] = {
-       { "load()", &slot_0, QMetaData::Public },
-       { "back()", &slot_1, QMetaData::Public },
-       { "vscrolled(int)", &slot_2, QMetaData::Public },
-       { "contents()", &slot_3, QMetaData::Public },
-       { "user_guide()", &slot_4, QMetaData::Public },
-       { "lang_guide()", &slot_5, QMetaData::Public }
-    };
-    metaObj = QMetaObject::new_metaobject(
-       "QHTML", parentObject,
-       slot_tbl, 6,
-       0, 0,
-#ifndef QT_NO_PROPERTIES
-       0, 0,
-       0, 0,
-#endif // QT_NO_PROPERTIES
-       0, 0 );
-    cleanUp_QHTML.setMetaObject( metaObj );
-    return metaObj;
-}
-
-void* QHTML::qt_cast( const char* clname )
-{
-    if ( !qstrcmp( clname, "QHTML" ) )
-       return this;
-    return QFrame::qt_cast( clname );
-}
-
-bool QHTML::qt_invoke( int _id, QUObject* _o )
-{
-    switch ( _id - staticMetaObject()->slotOffset() ) {
-    case 0: load(); break;
-    case 1: back(); break;
-    case 2: vscrolled((int)static_QUType_int.get(_o+1)); break;
-    case 3: contents(); break;
-    case 4: user_guide(); break;
-    case 5: lang_guide(); break;
-    default:
-       return QFrame::qt_invoke( _id, _o );
-    }
-    return TRUE;
-}
-
-bool QHTML::qt_emit( int _id, QUObject* _o )
-{
-    return QFrame::qt_emit(_id,_o);
-}
-#ifndef QT_NO_PROPERTIES
-
-bool QHTML::qt_property( int id, int f, QVariant* v)
-{
-    return QFrame::qt_property( id, f, v);
-}
-
-bool QHTML::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
-#endif // QT_NO_PROPERTIES
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
diff --git a/lgconfig/lgconfig.moc b/lgconfig/lgconfig.moc
deleted file mode 100644 (file)
index 7aedd72..0000000
+++ /dev/null
@@ -1,108 +0,0 @@
-/****************************************************************************
-** 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
diff --git a/net/lognet.moc b/net/lognet.moc
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/preproc/prep.moc b/preproc/prep.moc
deleted file mode 100644 (file)
index e69de29..0000000