summaryrefslogtreecommitdiffstats
path: root/client/config/themes.moc.cc
blob: 9e253316af6851f2b103550fe59420af0af88188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
/****************************************************************************
** IconThemesConfig meta object code from reading C++ file 'themes.h'
**
** Created: Wed Dec 7 20:20:14 2005
**      by: The TQt MOC ($Id: qt/moc_yacc.cpp   3.3.5   edited Sep 2 14:41 $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#undef QT_NO_COMPAT
#include "themes.h"
#include <tqmetaobject.h>
#include <tqapplication.h>

#include <private/qucomextra_p.h>
#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
#error "This file was generated using the moc from 3.3.5. It"
#error "cannot be used with the include files from this version of TQt."
#error "(The moc has changed too much.)"
#endif

const char *IconThemesConfig::className() const
{
    return "IconThemesConfig";
}

TQMetaObject *IconThemesConfig::metaObj = 0;
static TQMetaObjectCleanUp cleanUp_IconThemesConfig( "IconThemesConfig", &IconThemesConfig::staticMetaObject );

#ifndef QT_NO_TRANSLATION
TQString IconThemesConfig::tr( const char *s, const char *c )
{
    if ( tqApp )
	return tqApp->translate( "IconThemesConfig", s, c, TQApplication::DefaultCodec );
    else
	return TQString::fromLatin1( s );
}
#ifndef QT_NO_TRANSLATION_UTF8
TQString IconThemesConfig::trUtf8( const char *s, const char *c )
{
    if ( tqApp )
	return tqApp->translate( "IconThemesConfig", s, c, TQApplication::UnicodeUTF8 );
    else
	return TQString::fromUtf8( s );
}
#endif // QT_NO_TRANSLATION_UTF8

#endif // QT_NO_TRANSLATION

TQMetaObject* IconThemesConfig::staticMetaObject()
{
    if ( metaObj )
	return metaObj;
    TQMetaObject* parentObject = TDECModule::staticMetaObject();
    static const TQUParameter param_slot_0[] = {
	{ "item", &static_QUType_ptr, "TQListViewItem", TQUParameter::In }
    };
    static const TQUMethod slot_0 = {"themeSelected", 1, param_slot_0 };
    static const TQUMethod slot_1 = {"installNewTheme", 0, 0 };
    static const TQUMethod slot_2 = {"removeSelectedTheme", 0, 0 };
    static const TQMetaData slot_tbl[] = {
	{ "themeSelected(TQListViewItem*)", &slot_0, TQMetaData::Protected },
	{ "installNewTheme()", &slot_1, TQMetaData::Protected },
	{ "removeSelectedTheme()", &slot_2, TQMetaData::Protected }
    };
    metaObj = TQMetaObject::new_metaobject(
	"IconThemesConfig", parentObject,
	slot_tbl, 3,
	0, 0,
#ifndef QT_NO_PROPERTIES
	0, 0,
	0, 0,
#endif // QT_NO_PROPERTIES
	0, 0 );
    cleanUp_IconThemesConfig.setMetaObject( metaObj );
    return metaObj;
}

void* IconThemesConfig::tqt_cast( const char* clname )
{
    if ( !qstrcmp( clname, "IconThemesConfig" ) )
	return this;
    return TDECModule::tqt_cast( clname );
}

bool IconThemesConfig::tqt_invoke( int _id, TQUObject* _o )
{
    switch ( _id - staticMetaObject()->slotOffset() ) {
    case 0: themeSelected((TQListViewItem*)static_QUType_ptr.get(_o+1)); break;
    case 1: installNewTheme(); break;
    case 2: removeSelectedTheme(); break;
    default:
	return TDECModule::tqt_invoke( _id, _o );
    }
    return TRUE;
}

bool IconThemesConfig::tqt_emit( int _id, TQUObject* _o )
{
    return TDECModule::tqt_emit(_id,_o);
}
#ifndef QT_NO_PROPERTIES

bool IconThemesConfig::tqt_property( int id, int f, TQVariant* v)
{
    return TDECModule::tqt_property( id, f, v);
}

bool IconThemesConfig::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
#endif // QT_NO_PROPERTIES