--- cheesetracker-0.9.15.3.orig/common/interface__QT/audio/moc__envelope_editor.cpp
+++ cheesetracker-0.9.15.3/common/interface__QT/audio/moc__envelope_editor.cpp
@@ -0,0 +1,143 @@
+/****************************************************************************
+** Envelope_Editor meta object code from reading C++ file 'envelope_editor.h'
+**
+** Created: Sat Apr 12 04:47:20 2008
+**      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 "envelope_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 *Envelope_Editor::className() const
+{
+    return "Envelope_Editor";
+}
+
+QMetaObject *Envelope_Editor::metaObj = 0;
+static QMetaObjectCleanUp cleanUp_Envelope_Editor( "Envelope_Editor", &Envelope_Editor::staticMetaObject );
+
+#ifndef QT_NO_TRANSLATION
+QString Envelope_Editor::tr( const char *s, const char *c )
+{
+    if ( qApp )
+	return qApp->translate( "Envelope_Editor", s, c, QApplication::DefaultCodec );
+    else
+	return QString::fromLatin1( s );
+}
+#ifndef QT_NO_TRANSLATION_UTF8
+QString Envelope_Editor::trUtf8( const char *s, const char *c )
+{
+    if ( qApp )
+	return qApp->translate( "Envelope_Editor", s, c, QApplication::UnicodeUTF8 );
+    else
+	return QString::fromUtf8( s );
+}
+#endif // QT_NO_TRANSLATION_UTF8
+
+#endif // QT_NO_TRANSLATION
+
+QMetaObject* Envelope_Editor::staticMetaObject()
+{
+    if ( metaObj )
+	return metaObj;
+    QMetaObject* parentObject = QGroupBox::staticMetaObject();
+    static const QUMethod slot_0 = {"envelope_changed", 0, 0 };
+    static const QUParameter param_slot_1[] = {
+	{ "p_val", &static_QUType_int, 0, QUParameter::In }
+    };
+    static const QUMethod slot_1 = {"loop_begin_changed", 1, param_slot_1 };
+    static const QUParameter param_slot_2[] = {
+	{ "p_val", &static_QUType_int, 0, QUParameter::In }
+    };
+    static const QUMethod slot_2 = {"loop_end_changed", 1, param_slot_2 };
+    static const QUParameter param_slot_3[] = {
+	{ "p_val", &static_QUType_int, 0, QUParameter::In }
+    };
+    static const QUMethod slot_3 = {"sustain_loop_begin_changed", 1, param_slot_3 };
+    static const QUParameter param_slot_4[] = {
+	{ "p_val", &static_QUType_int, 0, QUParameter::In }
+    };
+    static const QUMethod slot_4 = {"sustain_loop_end_changed", 1, param_slot_4 };
+    static const QUParameter param_slot_5[] = {
+	{ "p_on", &static_QUType_bool, 0, QUParameter::In }
+    };
+    static const QUMethod slot_5 = {"envelope_enabled_check", 1, param_slot_5 };
+    static const QUParameter param_slot_6[] = {
+	{ "p_on", &static_QUType_bool, 0, QUParameter::In }
+    };
+    static const QUMethod slot_6 = {"loop_enabled_check", 1, param_slot_6 };
+    static const QUParameter param_slot_7[] = {
+	{ "p_on", &static_QUType_bool, 0, QUParameter::In }
+    };
+    static const QUMethod slot_7 = {"sustain_enabled_check", 1, param_slot_7 };
+    static const QMetaData slot_tbl[] = {
+	{ "envelope_changed()", &slot_0, QMetaData::Public },
+	{ "loop_begin_changed(int)", &slot_1, QMetaData::Public },
+	{ "loop_end_changed(int)", &slot_2, QMetaData::Public },
+	{ "sustain_loop_begin_changed(int)", &slot_3, QMetaData::Public },
+	{ "sustain_loop_end_changed(int)", &slot_4, QMetaData::Public },
+	{ "envelope_enabled_check(bool)", &slot_5, QMetaData::Public },
+	{ "loop_enabled_check(bool)", &slot_6, QMetaData::Public },
+	{ "sustain_enabled_check(bool)", &slot_7, QMetaData::Public }
+    };
+    metaObj = QMetaObject::new_metaobject(
+	"Envelope_Editor", parentObject,
+	slot_tbl, 8,
+	0, 0,
+#ifndef QT_NO_PROPERTIES
+	0, 0,
+	0, 0,
+#endif // QT_NO_PROPERTIES
+	0, 0 );
+    cleanUp_Envelope_Editor.setMetaObject( metaObj );
+    return metaObj;
+}
+
+void* Envelope_Editor::qt_cast( const char* clname )
+{
+    if ( !qstrcmp( clname, "Envelope_Editor" ) )
+	return this;
+    return QGroupBox::qt_cast( clname );
+}
+
+bool Envelope_Editor::qt_invoke( int _id, QUObject* _o )
+{
+    switch ( _id - staticMetaObject()->slotOffset() ) {
+    case 0: envelope_changed(); break;
+    case 1: loop_begin_changed((int)static_QUType_int.get(_o+1)); break;
+    case 2: loop_end_changed((int)static_QUType_int.get(_o+1)); break;
+    case 3: sustain_loop_begin_changed((int)static_QUType_int.get(_o+1)); break;
+    case 4: sustain_loop_end_changed((int)static_QUType_int.get(_o+1)); break;
+    case 5: envelope_enabled_check((bool)static_QUType_bool.get(_o+1)); break;
+    case 6: loop_enabled_check((bool)static_QUType_bool.get(_o+1)); break;
+    case 7: sustain_enabled_check((bool)static_QUType_bool.get(_o+1)); break;
+    default:
+	return QGroupBox::qt_invoke( _id, _o );
+    }
+    return TRUE;
+}
+
+bool Envelope_Editor::qt_emit( int _id, QUObject* _o )
+{
+    return QGroupBox::qt_emit(_id,_o);
+}
+#ifndef QT_NO_PROPERTIES
+
+bool Envelope_Editor::qt_property( int id, int f, QVariant* v)
+{
+    return QGroupBox::qt_property( id, f, v);
+}
+
+bool Envelope_Editor::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
+#endif // QT_NO_PROPERTIES
