changed hardcoded path for testing
[wpcreator] / src / debug / moc_namedialog.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'namedialog.h'
3 **
4 ** Created: Wed Nov 4 15:41:17 2009
5 **      by: The Qt Meta Object Compiler version 61 (Qt 4.5.0)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #include "../namedialog.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'namedialog.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 61
14 #error "This file was generated using the moc from 4.5.0. 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_NameDialog[] = {
21
22  // content:
23        2,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        3,   12, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30
31  // signals: signature, parameters, type, tag, flags
32       12,   11,   11,   11, 0x05,
33
34  // slots: signature, parameters, type, tag, flags
35       33,   11,   11,   11, 0x0a,
36       46,   11,   11,   11, 0x0a,
37
38        0        // eod
39 };
40
41 static const char qt_meta_stringdata_NameDialog[] = {
42     "NameDialog\0\0nameEntered(QString)\0"
43     "acceptName()\0activateButton(QString)\0"
44 };
45
46 const QMetaObject NameDialog::staticMetaObject = {
47     { &QDialog::staticMetaObject, qt_meta_stringdata_NameDialog,
48       qt_meta_data_NameDialog, 0 }
49 };
50
51 const QMetaObject *NameDialog::metaObject() const
52 {
53     return &staticMetaObject;
54 }
55
56 void *NameDialog::qt_metacast(const char *_clname)
57 {
58     if (!_clname) return 0;
59     if (!strcmp(_clname, qt_meta_stringdata_NameDialog))
60         return static_cast<void*>(const_cast< NameDialog*>(this));
61     return QDialog::qt_metacast(_clname);
62 }
63
64 int NameDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
65 {
66     _id = QDialog::qt_metacall(_c, _id, _a);
67     if (_id < 0)
68         return _id;
69     if (_c == QMetaObject::InvokeMetaMethod) {
70         switch (_id) {
71         case 0: nameEntered((*reinterpret_cast< QString(*)>(_a[1]))); break;
72         case 1: acceptName(); break;
73         case 2: activateButton((*reinterpret_cast< QString(*)>(_a[1]))); break;
74         default: ;
75         }
76         _id -= 3;
77     }
78     return _id;
79 }
80
81 // SIGNAL 0
82 void NameDialog::nameEntered(QString _t1)
83 {
84     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
85     QMetaObject::activate(this, &staticMetaObject, 0, _a);
86 }
87 QT_END_MOC_NAMESPACE