summaryrefslogtreecommitdiffstats
path: root/kdelirc/irkick/kdedmodule_stub.h
blob: 5f248f8194d7f2cae9149c49d0c4f5dd07c6a8b4 (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 kdelibs/COPYING.
*/

#ifndef __KDEDMODULE_STUB__
#define __KDEDMODULE_STUB__

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


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


#endif