summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/bastype3.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/bastype3.hxx')
-rw-r--r--basctl/source/basicide/bastype3.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/bastype3.hxx b/basctl/source/basicide/bastype3.hxx
index cf732b132676..43ad48511504 100644
--- a/basctl/source/basicide/bastype3.hxx
+++ b/basctl/source/basicide/bastype3.hxx
@@ -40,7 +40,7 @@ protected:
DECL_LINK(ImplLoseFocusHdl, void *);
public:
- ExtendedEdit( Window* pParent, IDEResId nRes );
+ ExtendedEdit( vcl::Window* pParent, IDEResId nRes );
void SetAccHdl( const Link& rLink ) { aAccHdl = rLink; }
void SetLoseFocusHdl( const Link& rLink ) { aLoseFocusHdl = rLink; }