KDevelop API Documentation

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.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:22:22 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003