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

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

class KDevProject;
class AdaProjectPart;

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

};

#endif