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