KDevelop API Documentation

buildtools/pascal/pascalproject_widget.cpp

Go to the documentation of this file.
00001 #include <kparts/part.h> 00002 #include <klibloader.h> 00003 #include <kurl.h> 00004 #include <kdebug.h> 00005 00006 00007 #include <kdevcore.h> 00008 00009 00010 #include "pascalproject_part.h" 00011 #include "pascalproject_widget.h" 00012 00013 00014 PascalProjectWidget::PascalProjectWidget(PascalProjectPart *part) 00015 : QWidget(0, "PascalProject widget") 00016 { 00017 Q_UNUSED( part ); 00018 } 00019 00020 00021 PascalProjectWidget::~PascalProjectWidget() 00022 { 00023 } 00024 00025 00026 #include "pascalproject_widget.moc"
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:37 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003