summaryrefslogtreecommitdiff
path: root/include/vcl/slider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/slider.hxx')
-rw-r--r--include/vcl/slider.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/slider.hxx b/include/vcl/slider.hxx
index b0ce5303110d..bc30d29d4060 100644
--- a/include/vcl/slider.hxx
+++ b/include/vcl/slider.hxx
@@ -55,7 +55,7 @@ private:
using Control::ImplInitSettings;
using Window::ImplInit;
- SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
+ SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle );
SAL_DLLPRIVATE void ImplInitSettings();
SAL_DLLPRIVATE void ImplUpdateRects( bool bUpdate = true );
SAL_DLLPRIVATE long ImplCalcThumbPos( long nPixPos );
@@ -71,7 +71,7 @@ private:
SAL_DLLPRIVATE long ImplDoSlideAction( ScrollType eScrollType );
public:
- Slider( Window* pParent, WinBits nStyle = WB_HORZ );
+ Slider( vcl::Window* pParent, WinBits nStyle = WB_HORZ );
virtual void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE;
virtual void MouseButtonUp( const MouseEvent& rMEvt ) SAL_OVERRIDE;