--- cheesetracker-0.9.15.3.orig/common/interface__QT/helpers/moc__keyboard_input_config.cpp
+++ cheesetracker-0.9.15.3/common/interface__QT/helpers/moc__keyboard_input_config.cpp
@@ -0,0 +1,101 @@
+/****************************************************************************
+** Key_Entry meta object code from reading C++ file 'keyboard_input_config.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 "keyboard_input_config.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 *Key_Entry::className() const
+{
+    return "Key_Entry";
+}
+
+QMetaObject *Key_Entry::metaObj = 0;
+static QMetaObjectCleanUp cleanUp_Key_Entry( "Key_Entry", &Key_Entry::staticMetaObject );
+
+#ifndef QT_NO_TRANSLATION
+QString Key_Entry::tr( const char *s, const char *c )
+{
+    if ( qApp )
+	return qApp->translate( "Key_Entry", s, c, QApplication::DefaultCodec );
+    else
+	return QString::fromLatin1( s );
+}
+#ifndef QT_NO_TRANSLATION_UTF8
+QString Key_Entry::trUtf8( const char *s, const char *c )
+{
+    if ( qApp )
+	return qApp->translate( "Key_Entry", s, c, QApplication::UnicodeUTF8 );
+    else
+	return QString::fromUtf8( s );
+}
+#endif // QT_NO_TRANSLATION_UTF8
+
+#endif // QT_NO_TRANSLATION
+
+QMetaObject* Key_Entry::staticMetaObject()
+{
+    if ( metaObj )
+	return metaObj;
+    QMetaObject* parentObject = QHBox::staticMetaObject();
+    static const QUMethod slot_0 = {"keybind_change_request", 0, 0 };
+    static const QMetaData slot_tbl[] = {
+	{ "keybind_change_request()", &slot_0, QMetaData::Protected }
+    };
+    metaObj = QMetaObject::new_metaobject(
+	"Key_Entry", parentObject,
+	slot_tbl, 1,
+	0, 0,
+#ifndef QT_NO_PROPERTIES
+	0, 0,
+	0, 0,
+#endif // QT_NO_PROPERTIES
+	0, 0 );
+    cleanUp_Key_Entry.setMetaObject( metaObj );
+    return metaObj;
+}
+
+void* Key_Entry::qt_cast( const char* clname )
+{
+    if ( !qstrcmp( clname, "Key_Entry" ) )
+	return this;
+    return QHBox::qt_cast( clname );
+}
+
+bool Key_Entry::qt_invoke( int _id, QUObject* _o )
+{
+    switch ( _id - staticMetaObject()->slotOffset() ) {
+    case 0: keybind_change_request(); break;
+    default:
+	return QHBox::qt_invoke( _id, _o );
+    }
+    return TRUE;
+}
+
+bool Key_Entry::qt_emit( int _id, QUObject* _o )
+{
+    return QHBox::qt_emit(_id,_o);
+}
+#ifndef QT_NO_PROPERTIES
+
+bool Key_Entry::qt_property( int id, int f, QVariant* v)
+{
+    return QHBox::qt_property( id, f, v);
+}
+
+bool Key_Entry::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
+#endif // QT_NO_PROPERTIES
