summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/templatelayout.cpp
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.cpp
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.cpp')
-rw-r--r--desktop-widgets/templatelayout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-widgets/templatelayout.cpp b/desktop-widgets/templatelayout.cpp
index fd0a44c75..3bd9f1fa8 100644
--- a/desktop-widgets/templatelayout.cpp
+++ b/desktop-widgets/templatelayout.cpp
@@ -1,8 +1,8 @@
#include <string>
#include "templatelayout.h"
-#include "helpers.h"
-#include "display.h"
+#include "core/helpers.h"
+#include "core/display.h"
QList<QString> grantlee_templates, grantlee_statistics_templates;