summaryrefslogtreecommitdiff
path: root/include/svtools/valueset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/valueset.hxx')
-rw-r--r--include/svtools/valueset.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index 0670ee094ace..8ade613810df 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -284,8 +284,8 @@ protected:
virtual css::uno::Reference<css::accessibility::XAccessible> CreateAccessible() SAL_OVERRIDE;
public:
- ValueSet( Window* pParent, WinBits nWinStyle, bool bDisableTransientChildren = false );
- ValueSet( Window* pParent, const ResId& rResId, bool bDisableTransientChildren = false );
+ ValueSet( vcl::Window* pParent, WinBits nWinStyle, bool bDisableTransientChildren = false );
+ ValueSet( vcl::Window* pParent, const ResId& rResId, bool bDisableTransientChildren = false );
virtual ~ValueSet();
virtual void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE;