summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/templatelayout.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2016-04-05 09:40:03 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-05 09:40:58 -0700
commitad2ac58ea2c7a696227b2db243a76adb633158dd (patch)
tree9d54e38ad0dabf2053c4c84e01a9b7a576411338 /desktop-widgets/templatelayout.h
parent0a4b2464216d7e701e500b5a9f3370aab04791c5 (diff)
downloadsubsurface-ad2ac58ea2c7a696227b2db243a76adb633158dd.tar.gz
Fix include paths
As expected, commit 7be962bfc287 ("Move subsurface-core to core and qt-mobile to mobile-widgets") caused some breakage. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/templatelayout.h')
-rw-r--r--desktop-widgets/templatelayout.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-widgets/templatelayout.h b/desktop-widgets/templatelayout.h
index fc77a5079..195441fcd 100644
--- a/desktop-widgets/templatelayout.h
+++ b/desktop-widgets/templatelayout.h
@@ -4,9 +4,9 @@
#include <grantlee_templates.h>
#include "mainwindow.h"
#include "printoptions.h"
-#include "statistics.h"
-#include "qthelper.h"
-#include "helpers.h"
+#include "core/statistics.h"
+#include "core/qthelper.h"
+#include "core/helpers.h"
#include "core/subsurface-qt/DiveObjectHelper.h"
int getTotalWork(print_options *printOptions);