summaryrefslogtreecommitdiffstats
path: root/src/widgets/ink-action.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-10-05 18:14:01 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-10-05 18:14:01 +0000
commit59c5c3e7575768faa00dd7d9fde9eca6d8815aab (patch)
treeb4020dac3a9842c0a7122ce9372151f67f513f7b /src/widgets/ink-action.cpp
parentRename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree (diff)
downloadinkscape-59c5c3e7575768faa00dd7d9fde9eca6d8815aab.tar.gz
inkscape-59c5c3e7575768faa00dd7d9fde9eca6d8815aab.zip
Move GtkAction subclasses to widgets/
(bzr r13341.1.249)
Diffstat (limited to '')
-rw-r--r--src/widgets/ink-action.cpp (renamed from src/ink-action.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ink-action.cpp b/src/widgets/ink-action.cpp
index dd1fe5484..5941c31e4 100644
--- a/src/ink-action.cpp
+++ b/src/widgets/ink-action.cpp
@@ -3,7 +3,7 @@
#include <glib/gi18n.h>
#include <gtk/gtk.h>
-#include "ink-action.h"
+#include "widgets/ink-action.h"
#include "widgets/button.h"