KDevelop API Documentation

buildtools/ada/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
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:01:35 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003