summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/microkde/kprocess.h
Side-by-side diff
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 @@
+#ifndef MINIKDE_KPROCESS_H
+#define MINIKDE_KPROCESS_H
+
+#include <qobject.h>
+
+class KProcess : public QObject
+{
+ public:
+ void clearArguments();
+
+ KProcess & operator<<( const QString & );
+
+ bool start();
+};
+
+#endif