Initial commit
[tietoopcom] / build / release / moc_tocthemessettingswidget.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'tocthemessettingswidget.h'
3 **
4 ** Created: Thu Jul 8 08:48:17 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/TocUi/tocthemessettingswidget.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'tocthemessettingswidget.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_TocThemesSettingsWidget[] = {
21
22  // content:
23        4,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        3,   14, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30        0,       // flags
31        2,       // signalCount
32
33  // signals: signature, parameters, type, tag, flags
34       25,   24,   24,   24, 0x05,
35       39,   24,   24,   24, 0x05,
36
37  // slots: signature, parameters, type, tag, flags
38       61,   24,   24,   24, 0x08,
39
40        0        // eod
41 };
42
43 static const char qt_meta_stringdata_TocThemesSettingsWidget[] = {
44     "TocThemesSettingsWidget\0\0backClicked()\0"
45     "currentThemeChanged()\0saveThemesSettings()\0"
46 };
47
48 const QMetaObject TocThemesSettingsWidget::staticMetaObject = {
49     { &QWidget::staticMetaObject, qt_meta_stringdata_TocThemesSettingsWidget,
50       qt_meta_data_TocThemesSettingsWidget, 0 }
51 };
52
53 #ifdef Q_NO_DATA_RELOCATION
54 const QMetaObject &TocThemesSettingsWidget::getStaticMetaObject() { return staticMetaObject; }
55 #endif //Q_NO_DATA_RELOCATION
56
57 const QMetaObject *TocThemesSettingsWidget::metaObject() const
58 {
59     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
60 }
61
62 void *TocThemesSettingsWidget::qt_metacast(const char *_clname)
63 {
64     if (!_clname) return 0;
65     if (!strcmp(_clname, qt_meta_stringdata_TocThemesSettingsWidget))
66         return static_cast<void*>(const_cast< TocThemesSettingsWidget*>(this));
67     return QWidget::qt_metacast(_clname);
68 }
69
70 int TocThemesSettingsWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
71 {
72     _id = QWidget::qt_metacall(_c, _id, _a);
73     if (_id < 0)
74         return _id;
75     if (_c == QMetaObject::InvokeMetaMethod) {
76         switch (_id) {
77         case 0: backClicked(); break;
78         case 1: currentThemeChanged(); break;
79         case 2: saveThemesSettings(); break;
80         default: ;
81         }
82         _id -= 3;
83     }
84     return _id;
85 }
86
87 // SIGNAL 0
88 void TocThemesSettingsWidget::backClicked()
89 {
90     QMetaObject::activate(this, &staticMetaObject, 0, 0);
91 }
92
93 // SIGNAL 1
94 void TocThemesSettingsWidget::currentThemeChanged()
95 {
96     QMetaObject::activate(this, &staticMetaObject, 1, 0);
97 }
98 QT_END_MOC_NAMESPACE