/**************************************************************************** ** Form interface generated from reading ui file '/home/oliver/work/programming/kyammi/src/DeleteDialog.ui' ** ** Created: Sun Jul 31 13:17:31 2005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef DELETEDIALOG_H #define DELETEDIALOG_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class QCheckBox; class QLabel; class QFrame; class QComboBox; class QPushButton; class DeleteDialog : public QDialog { Q_OBJECT public: DeleteDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~DeleteDialog(); QCheckBox* CheckBoxDeleteDbEntry; QLabel* TextLabel1; QFrame* Line1; QCheckBox* CheckBoxDeleteFile; QComboBox* ComboBoxOnMedia; QLabel* LabelSongname; QLabel* TextLabel1_2; QPushButton* PushButtonOK; QPushButton* PushButtonCancel; protected: QGridLayout* DeleteDialogLayout; QSpacerItem* Spacer4; QSpacerItem* Spacer2; QSpacerItem* Spacer1; QSpacerItem* Spacer3; protected slots: virtual void languageChange(); }; #endif // DELETEDIALOG_H