summaryrefslogtreecommitdiffstats
path: root/buildtools/pascal/pascalproject_widget.h
blob: bfd9c328f1235cb60f194150c9662e1e1fa98738 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef __PASCALPROJECT_WIDGET_H__
#define __PASCALPROJECT_WIDGET_H__


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


class KDevProject;
class PascalProjectPart;


class PascalProjectWidget : public QWidget
{
  Q_OBJECT
    
public:
		  
  PascalProjectWidget(PascalProjectPart *part);
  ~PascalProjectWidget();

};


#endif