22#ifndef __tdecmshell_h__
23#define __tdecmshell_h__
25#include <dcopobject.h>
27#include <tdeapplication.h>
28#include <kcmultidialog.h>
46 void setDCOPName(
const TQCString &dcopName,
bool rootMode );
63 void appExit(
const TQCString &appId );
82class KCMShellMultiDialog :
public KCMultiDialog,
public DCOPObject
91 KCMShellMultiDialog(
int dialogFace,
const TQString& caption,
92 TQWidget *parent=0,
const char *name=0,
bool modal=
false);
98 virtual void activate( TQCString asn_id );
The TDEApplication instance for tdecmshell.
void setDCOPName(const TQCString &dcopName, bool rootMode)
Sets m_dcopName basically to dcopName, and then registers with DCOP.
void waitForExit()
Waits until the last instance of tdecmshell with the same module as this one exits,...