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

« back to all changes in this revision

Viewing changes to obj-x86_64-linux-gnu/systemsettings/kcmsearch.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
** KcmSearch meta object code from reading C++ file 'kcmsearch.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/kcmsearch.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 *KcmSearch::className() const
 
23
{
 
24
    return "KcmSearch";
 
25
}
 
26
 
 
27
QMetaObject *KcmSearch::metaObj = 0;
 
28
static QMetaObjectCleanUp cleanUp_KcmSearch( "KcmSearch", &KcmSearch::staticMetaObject );
 
29
 
 
30
#ifndef QT_NO_TRANSLATION
 
31
QString KcmSearch::tr( const char *s, const char *c )
 
32
{
 
33
    if ( qApp )
 
34
        return qApp->translate( "KcmSearch", s, c, QApplication::DefaultCodec );
 
35
    else
 
36
        return QString::fromLatin1( s );
 
37
}
 
38
#ifndef QT_NO_TRANSLATION_UTF8
 
39
QString KcmSearch::trUtf8( const char *s, const char *c )
 
40
{
 
41
    if ( qApp )
 
42
        return qApp->translate( "KcmSearch", 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* KcmSearch::staticMetaObject()
 
51
{
 
52
    if ( metaObj )
 
53
        return metaObj;
 
54
    QMetaObject* parentObject = KIconViewSearchLine::staticMetaObject();
 
55
    static const QUMethod slot_0 = {"updateSearch", 0, 0 };
 
56
    static const QUParameter param_slot_1[] = {
 
57
        { "search", &static_QUType_QString, 0, QUParameter::In }
 
58
    };
 
59
    static const QUMethod slot_1 = {"updateSearch", 1, param_slot_1 };
 
60
    static const QUParameter param_slot_2[] = {
 
61
        { 0, &static_QUType_bool, 0, QUParameter::Out },
 
62
        { "item", &static_QUType_ptr, "QIconViewItem", QUParameter::In },
 
63
        { "search", &static_QUType_QString, 0, QUParameter::In }
 
64
    };
 
65
    static const QUMethod slot_2 = {"itemMatches", 3, param_slot_2 };
 
66
    static const QMetaData slot_tbl[] = {
 
67
        { "updateSearch()", &slot_0, QMetaData::Public },
 
68
        { "updateSearch(const QString&)", &slot_1, QMetaData::Public },
 
69
        { "itemMatches(const QIconViewItem*,const QString&)", &slot_2, QMetaData::Public }
 
70
    };
 
71
    metaObj = QMetaObject::new_metaobject(
 
72
        "KcmSearch", parentObject,
 
73
        slot_tbl, 3,
 
74
        0, 0,
 
75
#ifndef QT_NO_PROPERTIES
 
76
        0, 0,
 
77
        0, 0,
 
78
#endif // QT_NO_PROPERTIES
 
79
        0, 0 );
 
80
    cleanUp_KcmSearch.setMetaObject( metaObj );
 
81
    return metaObj;
 
82
}
 
83
 
 
84
void* KcmSearch::qt_cast( const char* clname )
 
85
{
 
86
    if ( !qstrcmp( clname, "KcmSearch" ) )
 
87
        return this;
 
88
    return KIconViewSearchLine::qt_cast( clname );
 
89
}
 
90
 
 
91
bool KcmSearch::qt_invoke( int _id, QUObject* _o )
 
92
{
 
93
    switch ( _id - staticMetaObject()->slotOffset() ) {
 
94
    case 0: updateSearch(); break;
 
95
    case 1: updateSearch((const QString&)static_QUType_QString.get(_o+1)); break;
 
96
    case 2: static_QUType_bool.set(_o,itemMatches((const QIconViewItem*)static_QUType_ptr.get(_o+1),(const QString&)static_QUType_QString.get(_o+2))); break;
 
97
    default:
 
98
        return KIconViewSearchLine::qt_invoke( _id, _o );
 
99
    }
 
100
    return TRUE;
 
101
}
 
102
 
 
103
bool KcmSearch::qt_emit( int _id, QUObject* _o )
 
104
{
 
105
    return KIconViewSearchLine::qt_emit(_id,_o);
 
106
}
 
107
#ifndef QT_NO_PROPERTIES
 
108
 
 
109
bool KcmSearch::qt_property( int id, int f, QVariant* v)
 
110
{
 
111
    return KIconViewSearchLine::qt_property( id, f, v);
 
112
}
 
113
 
 
114
bool KcmSearch::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
 
115
#endif // QT_NO_PROPERTIES