summaryrefslogtreecommitdiff
path: root/include/vcl/spin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/spin.hxx')
-rw-r--r--include/vcl/spin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/spin.hxx b/include/vcl/spin.hxx
index 5ba88e9cd19b..1900822b1844 100644
--- a/include/vcl/spin.hxx
+++ b/include/vcl/spin.hxx
@@ -52,11 +52,11 @@ private:
SAL_DLLPRIVATE Rectangle* ImplFindPartRect( const Point& rPt );
using Window::ImplInit;
- SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
+ SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle );
DECL_DLLPRIVATE_LINK( ImplTimeout, Timer* );
public:
- explicit SpinButton( Window* pParent, WinBits nStyle = 0 );
+ explicit SpinButton( vcl::Window* pParent, WinBits nStyle = 0 );
virtual ~SpinButton();
virtual void Up();