summaryrefslogtreecommitdiffstats
path: root/src/extension/output.cpp
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-07-21 13:24:05 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-08-31 14:50:38 +0000
commit7311f3ac5161a4d53cf2ed7e0a5a97993f646321 (patch)
tree050dd572bffca377fd2d510597a28ccb8080fb1c /src/extension/output.cpp
parentOnly register desktop on Dbus once (diff)
downloadinkscape-7311f3ac5161a4d53cf2ed7e0a5a97993f646321.tar.gz
inkscape-7311f3ac5161a4d53cf2ed7e0a5a97993f646321.zip
Move prefdialog to own directory
Diffstat (limited to 'src/extension/output.cpp')
-rw-r--r--src/extension/output.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/output.cpp b/src/extension/output.cpp
index c6cf399b8..51d58bc89 100644
--- a/src/extension/output.cpp
+++ b/src/extension/output.cpp
@@ -9,7 +9,7 @@
* Released under GNU GPL v2+, read the file 'COPYING' for more information.
*/
-#include "prefdialog.h"
+#include "prefdialog/prefdialog.h"
#include "document.h"
#include "implementation/implementation.h"
#include "output.h"