summaryrefslogtreecommitdiffstats
path: root/buildtools/pascal/pascalproject_widget.h
blob: 198cf79459aaf39635a1de162b68d4920a82993e (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 <qwidget.h>
#include <qstring.h>


class KDevProject;
class PascalProjectPart;


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

};


#endif