#ifndef CONFIGUREDIVECOMPUTERDIALOG_H #define CONFIGUREDIVECOMPUTERDIALOG_H #include namespace Ui { class ConfigureDiveComputerDialog; } class ConfigureDiveComputerDialog : public QDialog { Q_OBJECT public: explicit ConfigureDiveComputerDialog(QWidget *parent = 0); ~ConfigureDiveComputerDialog(); private: Ui::ConfigureDiveComputerDialog *ui; }; #endif // CONFIGUREDIVECOMPUTERDIALOG_H