summaryrefslogtreecommitdiffstats
path: root/src/dialogs/stroke-style.cpp
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2006-12-06 22:39:23 +0000
committerbryce <bryce@users.sourceforge.net>2006-12-06 22:39:23 +0000
commit73139694e7564912b92de9eb347e7222ea9093ba (patch)
tree4b3e85d00d24f35b844f4e9f2928f2b615251deb /src/dialogs/stroke-style.cpp
parentRenaming is proving tricky... undoing for now (diff)
downloadinkscape-73139694e7564912b92de9eb347e7222ea9093ba.tar.gz
inkscape-73139694e7564912b92de9eb347e7222ea9093ba.zip
Renaming sp-marker.* to marker.*
(bzr r2077)
Diffstat (limited to 'src/dialogs/stroke-style.cpp')
-rw-r--r--src/dialogs/stroke-style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/stroke-style.cpp b/src/dialogs/stroke-style.cpp
index c7b4fc1a5..5e3319ffc 100644
--- a/src/dialogs/stroke-style.cpp
+++ b/src/dialogs/stroke-style.cpp
@@ -34,7 +34,7 @@
#include "widgets/spw-utilities.h"
#include "sp-linear-gradient.h"
#include "sp-radial-gradient.h"
-#include "sp-marker.h"
+#include "marker.h"
#include <sp-pattern.h>
#include <widgets/paint-selector.h>
#include <widgets/dash-selector.h>