~ubuntu-branches/ubuntu/maverick/kptc/maverick

« back to all changes in this revision

Viewing changes to kptc/cqdialog.moc.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Joop Stakenborg
  • Date: 2007-05-08 10:55:38 UTC
  • Revision ID: james.westby@ubuntu.com-20070508105538-1llr5qzsfg1p1mj2
Tags: 0.2-3
Add automake1.9 and autoconf to build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** CQDialog meta object code from reading C++ file 'cqdialog.h'
 
3
**
 
4
** Created: Thu Apr 26 13:31:57 2007
 
5
**      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.3.7   edited Oct 19 16:22 $)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
*****************************************************************************/
 
9
 
 
10
#undef QT_NO_COMPAT
 
11
#include "cqdialog.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.7. 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 *CQDialog::className() const
 
23
{
 
24
    return "CQDialog";
 
25
}
 
26
 
 
27
QMetaObject *CQDialog::metaObj = 0;
 
28
static QMetaObjectCleanUp cleanUp_CQDialog( "CQDialog", &CQDialog::staticMetaObject );
 
29
 
 
30
#ifndef QT_NO_TRANSLATION
 
31
QString CQDialog::tr( const char *s, const char *c )
 
32
{
 
33
    if ( qApp )
 
34
        return qApp->translate( "CQDialog", s, c, QApplication::DefaultCodec );
 
35
    else
 
36
        return QString::fromLatin1( s );
 
37
}
 
38
#ifndef QT_NO_TRANSLATION_UTF8
 
39
QString CQDialog::trUtf8( const char *s, const char *c )
 
40
{
 
41
    if ( qApp )
 
42
        return qApp->translate( "CQDialog", 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* CQDialog::staticMetaObject()
 
51
{
 
52
    if ( metaObj )
 
53
        return metaObj;
 
54
    QMetaObject* parentObject = QObject::staticMetaObject();
 
55
    static const QUMethod slot_0 = {"openDialog", 0, 0 };
 
56
    static const QUMethod slot_1 = {"saveText", 0, 0 };
 
57
    static const QUMethod slot_2 = {"startCall", 0, 0 };
 
58
    static const QUParameter param_slot_3[] = {
 
59
        { 0, &static_QUType_QString, 0, QUParameter::In }
 
60
    };
 
61
    static const QUMethod slot_3 = {"selectTab", 1, param_slot_3 };
 
62
    static const QMetaData slot_tbl[] = {
 
63
        { "openDialog()", &slot_0, QMetaData::Public },
 
64
        { "saveText()", &slot_1, QMetaData::Public },
 
65
        { "startCall()", &slot_2, QMetaData::Public },
 
66
        { "selectTab(const QString&)", &slot_3, QMetaData::Public }
 
67
    };
 
68
    metaObj = QMetaObject::new_metaobject(
 
69
        "CQDialog", parentObject,
 
70
        slot_tbl, 4,
 
71
        0, 0,
 
72
#ifndef QT_NO_PROPERTIES
 
73
        0, 0,
 
74
        0, 0,
 
75
#endif // QT_NO_PROPERTIES
 
76
        0, 0 );
 
77
    cleanUp_CQDialog.setMetaObject( metaObj );
 
78
    return metaObj;
 
79
}
 
80
 
 
81
void* CQDialog::qt_cast( const char* clname )
 
82
{
 
83
    if ( !qstrcmp( clname, "CQDialog" ) )
 
84
        return this;
 
85
    return QObject::qt_cast( clname );
 
86
}
 
87
 
 
88
bool CQDialog::qt_invoke( int _id, QUObject* _o )
 
89
{
 
90
    switch ( _id - staticMetaObject()->slotOffset() ) {
 
91
    case 0: openDialog(); break;
 
92
    case 1: saveText(); break;
 
93
    case 2: startCall(); break;
 
94
    case 3: selectTab((const QString&)static_QUType_QString.get(_o+1)); break;
 
95
    default:
 
96
        return QObject::qt_invoke( _id, _o );
 
97
    }
 
98
    return TRUE;
 
99
}
 
100
 
 
101
bool CQDialog::qt_emit( int _id, QUObject* _o )
 
102
{
 
103
    return QObject::qt_emit(_id,_o);
 
104
}
 
105
#ifndef QT_NO_PROPERTIES
 
106
 
 
107
bool CQDialog::qt_property( int id, int f, QVariant* v)
 
108
{
 
109
    return QObject::qt_property( id, f, v);
 
110
}
 
111
 
 
112
bool CQDialog::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
 
113
#endif // QT_NO_PROPERTIES