KDevelop API Documentation

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
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:40 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003