KDevelop API Documentation

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.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:03:38 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003