~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to odbcinstQ/mCPropertiesFrame.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
** CPropertiesFrame meta object code from reading C++ file 'CPropertiesFrame.h'
3
 
**
4
 
** Created: Thu Jan 3 21:03:27 2002
5
 
**      by: The Qt MOC ($Id: qt/src/moc/moc.y   2.3.1   edited 2001-04-23 $)
6
 
**
7
 
** WARNING! All changes made in this file will be lost!
8
 
*****************************************************************************/
9
 
 
10
 
#if !defined(Q_MOC_OUTPUT_REVISION)
11
 
#define Q_MOC_OUTPUT_REVISION 9
12
 
#elif Q_MOC_OUTPUT_REVISION != 9
13
 
#error "Moc format conflict - please regenerate all moc files"
14
 
#endif
15
 
 
16
 
#include "CPropertiesFrame.h"
17
 
#include <qmetaobject.h>
18
 
#include <qapplication.h>
19
 
 
20
 
 
21
 
 
22
 
const char *CPropertiesFrame::className() const
23
 
{
24
 
    return "CPropertiesFrame";
25
 
}
26
 
 
27
 
QMetaObject *CPropertiesFrame::metaObj = 0;
28
 
 
29
 
void CPropertiesFrame::initMetaObject()
30
 
{
31
 
    if ( metaObj )
32
 
        return;
33
 
    if ( qstrcmp(QDialog::className(), "QDialog") != 0 )
34
 
        badSuperclassWarning("CPropertiesFrame","QDialog");
35
 
    (void) staticMetaObject();
36
 
}
37
 
 
38
 
#ifndef QT_NO_TRANSLATION
39
 
 
40
 
QString CPropertiesFrame::tr(const char* s)
41
 
{
42
 
    return qApp->translate( "CPropertiesFrame", s, 0 );
43
 
}
44
 
 
45
 
QString CPropertiesFrame::tr(const char* s, const char * c)
46
 
{
47
 
    return qApp->translate( "CPropertiesFrame", s, c );
48
 
}
49
 
 
50
 
#endif // QT_NO_TRANSLATION
51
 
 
52
 
QMetaObject* CPropertiesFrame::staticMetaObject()
53
 
{
54
 
    if ( metaObj )
55
 
        return metaObj;
56
 
    (void) QDialog::staticMetaObject();
57
 
#ifndef QT_NO_PROPERTIES
58
 
#endif // QT_NO_PROPERTIES
59
 
    typedef void (CPropertiesFrame::*m1_t0)();
60
 
    typedef void (QObject::*om1_t0)();
61
 
    typedef void (CPropertiesFrame::*m1_t1)();
62
 
    typedef void (QObject::*om1_t1)();
63
 
    m1_t0 v1_0 = &CPropertiesFrame::doOk;
64
 
    om1_t0 ov1_0 = (om1_t0)v1_0;
65
 
    m1_t1 v1_1 = &CPropertiesFrame::doCancel;
66
 
    om1_t1 ov1_1 = (om1_t1)v1_1;
67
 
    QMetaData *slot_tbl = QMetaObject::new_metadata(2);
68
 
    QMetaData::Access *slot_tbl_access = QMetaObject::new_metaaccess(2);
69
 
    slot_tbl[0].name = "doOk()";
70
 
    slot_tbl[0].ptr = (QMember)ov1_0;
71
 
    slot_tbl_access[0] = QMetaData::Protected;
72
 
    slot_tbl[1].name = "doCancel()";
73
 
    slot_tbl[1].ptr = (QMember)ov1_1;
74
 
    slot_tbl_access[1] = QMetaData::Protected;
75
 
    metaObj = QMetaObject::new_metaobject(
76
 
        "CPropertiesFrame", "QDialog",
77
 
        slot_tbl, 2,
78
 
        0, 0,
79
 
#ifndef QT_NO_PROPERTIES
80
 
        0, 0,
81
 
        0, 0,
82
 
#endif // QT_NO_PROPERTIES
83
 
        0, 0 );
84
 
    metaObj->set_slot_access( slot_tbl_access );
85
 
#ifndef QT_NO_PROPERTIES
86
 
#endif // QT_NO_PROPERTIES
87
 
    return metaObj;
88
 
}