Initial commit
[tietoopcom] / build / release / moc_tecemoticonsdialog.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'tecemoticonsdialog.h'
3 **
4 ** Created: Fri Jun 18 17:41:03 2010
5 **      by: The Qt Meta Object Compiler version 62 (Qt 4.6.2)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #include "../../include/TecUi/tecemoticonsdialog.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'tecemoticonsdialog.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 62
14 #error "This file was generated using the moc from 4.6.2. It"
15 #error "cannot be used with the include files from this version of Qt."
16 #error "(The moc has changed too much.)"
17 #endif
18
19 QT_BEGIN_MOC_NAMESPACE
20 static const uint qt_meta_data_TecEmoticonsDialog[] = {
21
22  // content:
23        4,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        1,   14, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30        0,       // flags
31        0,       // signalCount
32
33  // slots: signature, parameters, type, tag, flags
34       26,   20,   19,   19, 0x08,
35
36        0        // eod
37 };
38
39 static const char qt_meta_stringdata_TecEmoticonsDialog[] = {
40     "TecEmoticonsDialog\0\0pItem\0"
41     "onEmoticonSelected(QListWidgetItem*)\0"
42 };
43
44 const QMetaObject TecEmoticonsDialog::staticMetaObject = {
45     { &QDialog::staticMetaObject, qt_meta_stringdata_TecEmoticonsDialog,
46       qt_meta_data_TecEmoticonsDialog, 0 }
47 };
48
49 #ifdef Q_NO_DATA_RELOCATION
50 const QMetaObject &TecEmoticonsDialog::getStaticMetaObject() { return staticMetaObject; }
51 #endif //Q_NO_DATA_RELOCATION
52
53 const QMetaObject *TecEmoticonsDialog::metaObject() const
54 {
55     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
56 }
57
58 void *TecEmoticonsDialog::qt_metacast(const char *_clname)
59 {
60     if (!_clname) return 0;
61     if (!strcmp(_clname, qt_meta_stringdata_TecEmoticonsDialog))
62         return static_cast<void*>(const_cast< TecEmoticonsDialog*>(this));
63     return QDialog::qt_metacast(_clname);
64 }
65
66 int TecEmoticonsDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
67 {
68     _id = QDialog::qt_metacall(_c, _id, _a);
69     if (_id < 0)
70         return _id;
71     if (_c == QMetaObject::InvokeMetaMethod) {
72         switch (_id) {
73         case 0: onEmoticonSelected((*reinterpret_cast< QListWidgetItem*(*)>(_a[1]))); break;
74         default: ;
75         }
76         _id -= 1;
77     }
78     return _id;
79 }
80 QT_END_MOC_NAMESPACE