summaryrefslogtreecommitdiffstats
path: root/buildtools/ada/adaproject_widget.h
blob: 5e7038f217b788affea0d356adf2ab7081a38ce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef __ADAPROJECT_WIDGET_H__
#define __ADAPROJECT_WIDGET_H__

#include <tqwidget.h>
#include <tqstring.h>

class KDevProject;
class AdaProjectPart;

class AdaProjectWidget : public QWidget
{
  Q_OBJECT
    
public:
		  
  AdaProjectWidget(AdaProjectPart *part);
  ~AdaProjectWidget();

};

#endif