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