diff options
Diffstat (limited to 'qt-ui/divecomputermanagementdialog.h')
-rw-r--r-- | qt-ui/divecomputermanagementdialog.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/qt-ui/divecomputermanagementdialog.h b/qt-ui/divecomputermanagementdialog.h index 72d48cd2a..85b9cb713 100644 --- a/qt-ui/divecomputermanagementdialog.h +++ b/qt-ui/divecomputermanagementdialog.h @@ -1,12 +1,10 @@ #ifndef DIVECOMPUTERMANAGEMENTDIALOG_H #define DIVECOMPUTERMANAGEMENTDIALOG_H #include <QDialog> +#include "ui_divecomputermanagementdialog.h" class QModelIndex; class DiveComputerModel; -namespace Ui{ - class DiveComputerManagementDialog; -}; class DiveComputerManagementDialog : public QDialog{ Q_OBJECT |