You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
921 B
35 lines
921 B
15 years ago
|
/****************************************************************************
|
||
|
**
|
||
|
** 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
|
||
13 years ago
|
licence, as described in tdelibs/COPYING.
|
||
15 years ago
|
*/
|
||
|
|
||
|
#ifndef __KDEDMODULE_STUB__
|
||
|
#define __KDEDMODULE_STUB__
|
||
|
|
||
|
#include <dcopstub.h>
|
||
14 years ago
|
#include <tqobject.h>
|
||
15 years ago
|
#include <dcopobject.h>
|
||
|
#include <dcopref.h>
|
||
|
#include <ksharedptr.h>
|
||
|
|
||
|
|
||
|
class KDEDModule_stub : virtual public DCOPStub
|
||
|
{
|
||
|
public:
|
||
14 years ago
|
KDEDModule_stub( const TQCString& app, const TQCString& id );
|
||
|
KDEDModule_stub( DCOPClient* client, const TQCString& app, const TQCString& id );
|
||
15 years ago
|
explicit KDEDModule_stub( const DCOPRef& ref );
|
||
|
protected:
|
||
|
KDEDModule_stub() : DCOPStub( never_use ) {};
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif
|