19 #ifndef __shellscript_h__
20 #define __shellscript_h__
22 #include <scriptinterface.h>
23 #include <tqvariant.h>
32 virtual ~ShellScript();
34 void setScript(
const TQString &scriptFile );
35 void setScript(
const TQString &scriptLibFile,
const TQString &method );
36 void run(TQObject *context = 0,
const TQVariant &arg = 0);
40 void stdErr(
KProcess *proc,
char *buffer,
int buflen);
41 void stdOut(
KProcess *proc,
char *buffer,
int buflen);
45 TQString m_scriptName;