summaryrefslogtreecommitdiffstats
path: root/buildtools/ada/adaproject_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/ada/adaproject_widget.h')
-rw-r--r--buildtools/ada/adaproject_widget.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/buildtools/ada/adaproject_widget.h b/buildtools/ada/adaproject_widget.h
new file mode 100644
index 00000000..dc6b4ec4
--- /dev/null
+++ b/buildtools/ada/adaproject_widget.h
@@ -0,0 +1,21 @@
+#ifndef __ADAPROJECT_WIDGET_H__
+#define __ADAPROJECT_WIDGET_H__
+
+#include <qwidget.h>
+#include <qstring.h>
+
+class KDevProject;
+class AdaProjectPart;
+
+class AdaProjectWidget : public QWidget
+{
+ Q_OBJECT
+
+public:
+
+ AdaProjectWidget(AdaProjectPart *part);
+ ~AdaProjectWidget();
+
+};
+
+#endif