summaryrefslogtreecommitdiffstats
path: root/qthelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qthelper.cpp')
-rw-r--r--qthelper.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/qthelper.cpp b/qthelper.cpp
index 111e01520..9587fcf3f 100644
--- a/qthelper.cpp
+++ b/qthelper.cpp
@@ -1,6 +1,9 @@
#include "qthelper.h"
#include "qt-ui/mainwindow.h"
+#include "qt-gui.h"
#include <QRegExp>
+#include <QDir>
+#include <QFileDialog>
#include <QDebug>
#define tr(_arg) mainWindow()->information()->tr(_arg)
@@ -197,4 +200,3 @@ QList< int > getDivesInTrip ( dive_trip_t* trip )
}
return ret;
}
-