summaryrefslogtreecommitdiff
path: root/include/svtools/filectrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/filectrl.hxx')
-rw-r--r--include/svtools/filectrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/filectrl.hxx b/include/svtools/filectrl.hxx
index aa591df7edc4..04e6e0a2819c 100644
--- a/include/svtools/filectrl.hxx
+++ b/include/svtools/filectrl.hxx
@@ -39,7 +39,7 @@ typedef sal_uInt16 FileControlMode_Internal;
#define FILECTRL_ORIGINALBUTTONTEXT ((sal_uInt16)0x0002)
-class SVT_DLLPUBLIC FileControl : public Window
+class SVT_DLLPUBLIC FileControl : public vcl::Window
{
private:
Edit maEdit;
@@ -64,7 +64,7 @@ protected:
DECL_DLLPRIVATE_LINK( ButtonHdl, void* );
public:
- FileControl( Window* pParent, WinBits nStyle, FileControlMode = 0 );
+ FileControl( vcl::Window* pParent, WinBits nStyle, FileControlMode = 0 );
virtual ~FileControl();
Edit& GetEdit() { return maEdit; }