summaryrefslogtreecommitdiffstats
path: root/interfaces/terminal/test/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/terminal/test/main.h')
-rw-r--r--interfaces/terminal/test/main.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/interfaces/terminal/test/main.h b/interfaces/terminal/test/main.h
new file mode 100644
index 000000000..098c10d54
--- /dev/null
+++ b/interfaces/terminal/test/main.h
@@ -0,0 +1,17 @@
+#ifndef MAIN_H
+#define MAIN_H
+
+
+class Win
+ : public KMainWindow
+{
+ Q_OBJECT
+ KParts::Part* p;
+public:
+ Win();
+public slots:
+ void pythonExited();
+ void forked();
+};
+
+#endif