~ubuntu-branches/ubuntu/dapper/kde-systemsettings/dapper

« back to all changes in this revision

Viewing changes to obj-x86_64-linux-gnu/systemsettings/mainwindow.moc

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell, Jonathan Riddell, Anthony Mercatante
  • Date: 2006-05-12 16:10:16 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060512161016-x51eumoy2xzp20lx
Tags: 0.0svn20060512-0ubuntu1
[ Jonathan Riddell ]
* New SVN snapshot, includes our Kubuntu patches now 
  upstream plus new translations

[ Anthony Mercatante ]
* Move componentchooser to components
* Show spellchecking
* Move kcmsmserver to components
* Move Accessibility to Personal

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** MainWindow meta object code from reading C++ file 'mainwindow.h'
 
3
**
 
4
** Created: Fri May 12 16:18:56 2006
 
5
**      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.3.6   edited Mar 8 17:43 $)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
*****************************************************************************/
 
9
 
 
10
#undef QT_NO_COMPAT
 
11
#include "../../systemsettings/mainwindow.h"
 
12
#include <qmetaobject.h>
 
13
#include <qapplication.h>
 
14
 
 
15
#include <private/qucomextra_p.h>
 
16
#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
 
17
#error "This file was generated using the moc from 3.3.6. It"
 
18
#error "cannot be used with the include files from this version of Qt."
 
19
#error "(The moc has changed too much.)"
 
20
#endif
 
21
 
 
22
const char *MainWindow::className() const
 
23
{
 
24
    return "MainWindow";
 
25
}
 
26
 
 
27
QMetaObject *MainWindow::metaObj = 0;
 
28
static QMetaObjectCleanUp cleanUp_MainWindow( "MainWindow", &MainWindow::staticMetaObject );
 
29
 
 
30
#ifndef QT_NO_TRANSLATION
 
31
QString MainWindow::tr( const char *s, const char *c )
 
32
{
 
33
    if ( qApp )
 
34
        return qApp->translate( "MainWindow", s, c, QApplication::DefaultCodec );
 
35
    else
 
36
        return QString::fromLatin1( s );
 
37
}
 
38
#ifndef QT_NO_TRANSLATION_UTF8
 
39
QString MainWindow::trUtf8( const char *s, const char *c )
 
40
{
 
41
    if ( qApp )
 
42
        return qApp->translate( "MainWindow", s, c, QApplication::UnicodeUTF8 );
 
43
    else
 
44
        return QString::fromUtf8( s );
 
45
}
 
46
#endif // QT_NO_TRANSLATION_UTF8
 
47
 
 
48
#endif // QT_NO_TRANSLATION
 
49
 
 
50
QMetaObject* MainWindow::staticMetaObject()
 
51
{
 
52
    if ( metaObj )
 
53
        return metaObj;
 
54
    QMetaObject* parentObject = KMainWindow::staticMetaObject();
 
55
    static const QUParameter param_slot_0[] = {
 
56
        { "item", &static_QUType_ptr, "QIconViewItem", QUParameter::In }
 
57
    };
 
58
    static const QUMethod slot_0 = {"slotItemSelected", 1, param_slot_0 };
 
59
    static const QUMethod slot_1 = {"showAllModules", 0, 0 };
 
60
    static const QUMethod slot_2 = {"aboutCurrentModule", 0, 0 };
 
61
    static const QUParameter param_slot_3[] = {
 
62
        { 0, &static_QUType_ptr, "KCModuleProxy", QUParameter::In }
 
63
    };
 
64
    static const QUMethod slot_3 = {"updateModuleHelp", 1, param_slot_3 };
 
65
    static const QUMethod slot_4 = {"resetModuleHelp", 0, 0 };
 
66
    static const QUMethod slot_5 = {"groupModulesFinished", 0, 0 };
 
67
    static const QUMethod slot_6 = {"widgetChange", 0, 0 };
 
68
    static const QUMethod slot_7 = {"timerResize", 0, 0 };
 
69
    static const QMetaData slot_tbl[] = {
 
70
        { "slotItemSelected(QIconViewItem*)", &slot_0, QMetaData::Private },
 
71
        { "showAllModules()", &slot_1, QMetaData::Private },
 
72
        { "aboutCurrentModule()", &slot_2, QMetaData::Private },
 
73
        { "updateModuleHelp(KCModuleProxy*)", &slot_3, QMetaData::Private },
 
74
        { "resetModuleHelp()", &slot_4, QMetaData::Private },
 
75
        { "groupModulesFinished()", &slot_5, QMetaData::Private },
 
76
        { "widgetChange()", &slot_6, QMetaData::Private },
 
77
        { "timerResize()", &slot_7, QMetaData::Private }
 
78
    };
 
79
    metaObj = QMetaObject::new_metaobject(
 
80
        "MainWindow", parentObject,
 
81
        slot_tbl, 8,
 
82
        0, 0,
 
83
#ifndef QT_NO_PROPERTIES
 
84
        0, 0,
 
85
        0, 0,
 
86
#endif // QT_NO_PROPERTIES
 
87
        0, 0 );
 
88
    cleanUp_MainWindow.setMetaObject( metaObj );
 
89
    return metaObj;
 
90
}
 
91
 
 
92
void* MainWindow::qt_cast( const char* clname )
 
93
{
 
94
    if ( !qstrcmp( clname, "MainWindow" ) )
 
95
        return this;
 
96
    return KMainWindow::qt_cast( clname );
 
97
}
 
98
 
 
99
bool MainWindow::qt_invoke( int _id, QUObject* _o )
 
100
{
 
101
    switch ( _id - staticMetaObject()->slotOffset() ) {
 
102
    case 0: slotItemSelected((QIconViewItem*)static_QUType_ptr.get(_o+1)); break;
 
103
    case 1: showAllModules(); break;
 
104
    case 2: aboutCurrentModule(); break;
 
105
    case 3: updateModuleHelp((KCModuleProxy*)static_QUType_ptr.get(_o+1)); break;
 
106
    case 4: resetModuleHelp(); break;
 
107
    case 5: groupModulesFinished(); break;
 
108
    case 6: widgetChange(); break;
 
109
    case 7: timerResize(); break;
 
110
    default:
 
111
        return KMainWindow::qt_invoke( _id, _o );
 
112
    }
 
113
    return TRUE;
 
114
}
 
115
 
 
116
bool MainWindow::qt_emit( int _id, QUObject* _o )
 
117
{
 
118
    return KMainWindow::qt_emit(_id,_o);
 
119
}
 
120
#ifndef QT_NO_PROPERTIES
 
121
 
 
122
bool MainWindow::qt_property( int id, int f, QVariant* v)
 
123
{
 
124
    return KMainWindow::qt_property( id, f, v);
 
125
}
 
126
 
 
127
bool MainWindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
 
128
#endif // QT_NO_PROPERTIES