pascalproject_widget.h
Go to the documentation of this file.00001 #ifndef __PASCALPROJECT_WIDGET_H__ 00002 #define __PASCALPROJECT_WIDGET_H__ 00003 00004 00005 #include <qwidget.h> 00006 #include <qstring.h> 00007 00008 00009 class KDevProject; 00010 class PascalProjectPart; 00011 00012 00013 class PascalProjectWidget : public QWidget 00014 { 00015 Q_OBJECT 00016 00017 public: 00018 00019 PascalProjectWidget(PascalProjectPart *part); 00020 ~PascalProjectWidget(); 00021 00022 }; 00023 00024 00025 #endif