diff options
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index b925c5565..e296f1470 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -11,12 +11,13 @@ #include <QDialog> #include <QMap> -#include "models.h" #include "ui_maintab.h" #include "completionmodels.h" +#include "dive.h" +class WeightModel; +class CylindersModel; class QCompleter; -struct dive; struct Completers { QCompleter *location; |