summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/printoptions.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/printoptions.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/printoptions.cpp')
-rw-r--r--desktop-widgets/printoptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/printoptions.cpp b/desktop-widgets/printoptions.cpp
index 75d6ad8c4..e7b5f5a69 100644
--- a/desktop-widgets/printoptions.cpp
+++ b/desktop-widgets/printoptions.cpp
@@ -1,6 +1,6 @@
#include "printoptions.h"
#include "templateedit.h"
-#include "helpers.h"
+#include "core/helpers.h"
#include <QDebug>
#include <QFileDialog>