summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/microkde/kprocess.h
Unidiff
Diffstat (limited to 'noncore/apps/tinykate/libkate/microkde/kprocess.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tinykate/libkate/microkde/kprocess.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/noncore/apps/tinykate/libkate/microkde/kprocess.h b/noncore/apps/tinykate/libkate/microkde/kprocess.h
new file mode 100644
index 0000000..96dce54
--- a/dev/null
+++ b/noncore/apps/tinykate/libkate/microkde/kprocess.h
@@ -0,0 +1,16 @@
1#ifndef MINIKDE_KPROCESS_H
2#define MINIKDE_KPROCESS_H
3
4#include <qobject.h>
5
6class KProcess : public QObject
7{
8 public:
9 void clearArguments();
10
11 KProcess & operator<<( const QString & );
12
13 bool start();
14};
15
16#endif