KDevelop API Documentation

buildtools/ada/adaproject_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 #include <kdevcore.h> 00007 00008 #include "adaproject_part.h" 00009 #include "adaproject_widget.h" 00010 00011 00012 AdaProjectWidget::AdaProjectWidget(AdaProjectPart *part) 00013 : QWidget(0, "AdaProject widget") 00014 { 00015 Q_UNUSED( part ); 00016 } 00017 00018 00019 AdaProjectWidget::~AdaProjectWidget() 00020 { 00021 } 00022 00023 00024 #include "adaproject_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:35 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003