KDevelop API Documentation

buildtools/autotools/removesubprojectdialog.cpp

Go to the documentation of this file.
00001 00002 00003 #include "removesubprojectdialog.h" 00004 00005 RemoveSubprojectDialog::RemoveSubprojectDialog(QWidget* parent, const char* name, bool modal, WFlags fl) 00006 : RemoveSubprojectDlgBase(parent,name, modal,fl) 00007 { 00008 } 00009 00010 RemoveSubprojectDialog::~RemoveSubprojectDialog() 00011 { 00012 } 00013 00014 /*$SPECIALIZATION$*/ 00015 void RemoveSubprojectDialog::reject() 00016 { 00017 QDialog::reject(); 00018 } 00019 00020 void RemoveSubprojectDialog::accept() 00021 { 00022 QDialog::accept(); 00023 } 00024 00025 00026 #include "removesubprojectdialog.moc" 00027
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:48 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003