summaryrefslogtreecommitdiffstats
path: root/src/knotholder.cpp
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-11-09 22:36:13 +0000
committerMarkus Engel <markus.engel@tum.de>2013-11-09 22:36:13 +0000
commitc04e30df241a3ee039077425bab9b9c37abe2854 (patch)
tree6b7904966a289832bca2636c3117c893592e5ddd /src/knotholder.cpp
parentadded missing translation flags and a small text change (diff)
downloadinkscape-c04e30df241a3ee039077425bab9b9c37abe2854.tar.gz
inkscape-c04e30df241a3ee039077425bab9b9c37abe2854.zip
Moved and renamed some tool-related files.
(bzr r12785)
Diffstat (limited to 'src/knotholder.cpp')
-rw-r--r--src/knotholder.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/knotholder.cpp b/src/knotholder.cpp
index 7129348c2..71bccca16 100644
--- a/src/knotholder.cpp
+++ b/src/knotholder.cpp
@@ -20,13 +20,13 @@
#include "knot.h"
#include "knotholder.h"
#include "knot-holder-entity.h"
-#include "rect-context.h"
+#include "ui/tools/rect-tool.h"
#include "sp-rect.h"
-#include "arc-context.h"
+#include "ui/tools/arc-tool.h"
#include "sp-ellipse.h"
-#include "star-context.h"
+#include "ui/tools/tweak-tool.h"
#include "sp-star.h"
-#include "spiral-context.h"
+#include "ui/tools/spiral-tool.h"
#include "sp-spiral.h"
#include "sp-offset.h"
#include "box3d.h"