summaryrefslogtreecommitdiffstats
path: root/tdelirc/irkick/kdedmodule_stub.h
blob: 57542d2cd41644dfec0d3436fb8f6ae28dd2cd32 (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
/****************************************************************************
**
** DCOP Stub Definition created by dcopidl2cpp from kdedmodule.kidl
**
** WARNING! All changes made in this file will be lost!
**
*****************************************************************************/

/* This is a machine-generated file, and may be distributed under the GPL
   licence, as described in tdelibs/COPYING.
*/

#ifndef __KDEDMODULE_STUB__
#define __KDEDMODULE_STUB__

#include <dcopstub.h>
#include <tqobject.h>
#include <dcopobject.h>
#include <dcopref.h>
#include <ksharedptr.h>


class KDEDModule_stub : virtual public DCOPStub
{
public:
    KDEDModule_stub( const TQCString& app, const TQCString& id );
    KDEDModule_stub( DCOPClient* client, const TQCString& app, const TQCString& id );
    explicit KDEDModule_stub( const DCOPRef& ref );
protected:
    KDEDModule_stub() : DCOPStub( never_use ) {};
};


#endif