|
|
#include <dcopobject.h>
#include <qstring.h>
class interpreterIface : virtual public DCOPObject
{
K_DCOP
k_dcop:
virtual int process( QString commandline ) = 0;
};
| Generated by: antlarr@terminus on Mon Jun 5 03:54:02 2000, using kdoc 2.0a22. |