KDevelop API Documentation

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.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:03:52 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003