summaryrefslogtreecommitdiffstats
path: root/src/eraser-context.h
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-11-07 20:44:00 +0000
committerMarkus Engel <markus.engel@tum.de>2013-11-07 20:44:00 +0000
commit55b451bf382e0c3d5ed8728e42fbb535acfa8a33 (patch)
tree094d9faca06cfffc89a872732db4ac3ef60508d9 /src/eraser-context.h
parentFix for Bug #1247985 (Incorrect implementation of plural forms). (diff)
downloadinkscape-55b451bf382e0c3d5ed8728e42fbb535acfa8a33.tar.gz
inkscape-55b451bf382e0c3d5ed8728e42fbb535acfa8a33.zip
First step of moving tools into appropriate namespaces.
(bzr r12782)
Diffstat (limited to '')
-rw-r--r--src/eraser-context.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/eraser-context.h b/src/eraser-context.h
index 7ff1cf712..a3ce4a241 100644
--- a/src/eraser-context.h
+++ b/src/eraser-context.h
@@ -29,10 +29,14 @@
#define ERC_MAX_TILT 1.0
#define ERC_DEFAULT_TILT 0.0
-class SPEraserContext : public SPCommonContext {
+namespace Inkscape {
+namespace UI {
+namespace Tools {
+
+class EraserTool : public SPCommonContext {
public:
- SPEraserContext();
- virtual ~SPEraserContext();
+ EraserTool();
+ virtual ~EraserTool();
static const std::string prefsPath;
@@ -54,6 +58,10 @@ private:
void draw_temporary_box();
};
+}
+}
+}
+
#endif // SP_ERASER_CONTEXT_H_SEEN
/*