diff options
Diffstat (limited to 'kdelirc/irkick/kdedmodule_stub.h')
-rw-r--r-- | kdelirc/irkick/kdedmodule_stub.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/kdelirc/irkick/kdedmodule_stub.h b/kdelirc/irkick/kdedmodule_stub.h new file mode 100644 index 0000000..5f248f8 --- /dev/null +++ b/kdelirc/irkick/kdedmodule_stub.h @@ -0,0 +1,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 |