summaryrefslogtreecommitdiffstats
path: root/buildtools/pascal/pascalproject_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/pascal/pascalproject_widget.h')
-rw-r--r--buildtools/pascal/pascalproject_widget.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/buildtools/pascal/pascalproject_widget.h b/buildtools/pascal/pascalproject_widget.h
new file mode 100644
index 00000000..198cf794
--- /dev/null
+++ b/buildtools/pascal/pascalproject_widget.h
@@ -0,0 +1,25 @@
+#ifndef __PASCALPROJECT_WIDGET_H__
+#define __PASCALPROJECT_WIDGET_H__
+
+
+#include <qwidget.h>
+#include <qstring.h>
+
+
+class KDevProject;
+class PascalProjectPart;
+
+
+class PascalProjectWidget : public QWidget
+{
+ Q_OBJECT
+
+public:
+
+ PascalProjectWidget(PascalProjectPart *part);
+ ~PascalProjectWidget();
+
+};
+
+
+#endif