KDevelop API Documentation

buildtools/autotools/removesubprojectdialog.h

Go to the documentation of this file.
00001 00002 #ifndef REMOVESUBPROJECTDIALOG_H 00003 #define REMOVESUBPROJECTDIALOG_H 00004 00005 #include "removesubprojectdlgbase.h" 00006 00007 class RemoveSubprojectDialog : public RemoveSubprojectDlgBase 00008 { 00009 Q_OBJECT 00010 00011 public: 00012 RemoveSubprojectDialog(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00013 ~RemoveSubprojectDialog(); 00014 /*$PUBLIC_FUNCTIONS$*/ 00015 00016 public slots: 00017 /*$PUBLIC_SLOTS$*/ 00018 00019 protected: 00020 /*$PROTECTED_FUNCTIONS$*/ 00021 00022 protected slots: 00023 /*$PROTECTED_SLOTS$*/ 00024 virtual void reject(); 00025 virtual void accept(); 00026 00027 }; 00028 00029 #endif 00030
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:08 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003