summaryrefslogtreecommitdiff
path: root/include/sfx2/dinfedt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/dinfedt.hxx')
-rw-r--r--include/sfx2/dinfedt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/dinfedt.hxx b/include/sfx2/dinfedt.hxx
index 84c59666d31f..f56409a49c6d 100644
--- a/include/sfx2/dinfedt.hxx
+++ b/include/sfx2/dinfedt.hxx
@@ -29,7 +29,7 @@
class InfoEdit_Impl : public Edit
{
public:
- InfoEdit_Impl( Window* pParent, const ResId& rResId ) :
+ InfoEdit_Impl( vcl::Window* pParent, const ResId& rResId ) :
Edit( pParent, rResId ) {}
virtual void KeyInput( const KeyEvent& rKEvent ) SAL_OVERRIDE;