KDevelop API Documentation

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.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