summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.h
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2018-12-22 16:44:40 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2018-12-22 16:44:40 +0000
commit5020185f86d9fe14933b7bc6e4749fb7e559fbcd (patch)
treedbadf1edbc59e115bba58bcfbc57a875a8ee0a37 /src/widgets/stroke-style.h
parentpinch zoom gesture (diff)
downloadinkscape-5020185f86d9fe14933b7bc6e4749fb7e559fbcd.tar.gz
inkscape-5020185f86d9fe14933b7bc6e4749fb7e559fbcd.zip
Move DashSelector to Inkscape::UI::Widget namespace
Diffstat (limited to 'src/widgets/stroke-style.h')
-rw-r--r--src/widgets/stroke-style.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/stroke-style.h b/src/widgets/stroke-style.h
index 88331a5bf..aca20718b 100644
--- a/src/widgets/stroke-style.h
+++ b/src/widgets/stroke-style.h
@@ -50,7 +50,6 @@
#include "ui/icon-names.h"
#include "ui/widget/spinbutton.h"
-#include "widgets/dash-selector.h"
#include "widgets/paint-selector.h"
#include "widgets/sp-widget.h"
#include "widgets/spw-utilities.h"
@@ -69,6 +68,7 @@ namespace Inkscape {
}
namespace UI {
namespace Widget {
+ class DashSelector;
class UnitMenu;
}
}
@@ -143,7 +143,7 @@ private:
void updateLine();
void updateAllMarkers(std::vector<SPItem*> const &objects, bool skip_undo = false);
void updateMarkerHist(SPMarkerLoc const which);
- void setDashSelectorFromStyle(SPDashSelector *dsel, SPStyle *style);
+ void setDashSelectorFromStyle(Inkscape::UI::Widget::DashSelector *dsel, SPStyle *style);
void setJoinType (unsigned const jointype);
void setCapType (unsigned const captype);
void setPaintOrder (gchar const *paint_order);
@@ -195,7 +195,7 @@ private:
StrokeStyleButton *paintOrderMFS;
StrokeStyleButton *paintOrderSMF;
StrokeStyleButton *paintOrderMSF;
- SPDashSelector *dashSelector;
+ Inkscape::UI::Widget::DashSelector *dashSelector;
gboolean update;
SPDesktop *desktop;