summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/layers.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2018-11-09 11:50:35 +0000
committerJabiertxof <jabier.arraiza@marker.es>2018-11-09 11:50:35 +0000
commit2c34d8222d06d8922de07edcd5b85b1bf47cd38e (patch)
treef64f8f5d9a0b9326f4c519e227e1bb24008c025f /src/ui/dialog/layers.cpp
parentFix compiling bug (diff)
downloadinkscape-2c34d8222d06d8922de07edcd5b85b1bf47cd38e.tar.gz
inkscape-2c34d8222d06d8922de07edcd5b85b1bf47cd38e.zip
Move icon-loader and provide a temporary fallback to render pixbuf
Diffstat (limited to 'src/ui/dialog/layers.cpp')
-rw-r--r--src/ui/dialog/layers.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/layers.cpp b/src/ui/dialog/layers.cpp
index 6b7402e47..46c733bf5 100644
--- a/src/ui/dialog/layers.cpp
+++ b/src/ui/dialog/layers.cpp
@@ -28,7 +28,7 @@
#include "verbs.h"
#include "helper/action.h"
-#include "helper/icon-loader.h"
+#include "ui/icon-loader.h"
#include "include/gtkmm_version.h"
@@ -36,7 +36,7 @@
#include "svg/css-ostringstream.h"
-#include "helper/icon-loader.h"
+#include "ui/icon-loader.h"
#include "ui/icon-names.h"
#include "ui/tools/tool-base.h"
#include "ui/widget/imagetoggler.h"