summaryrefslogtreecommitdiff
path: root/include/svtools/fileview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/fileview.hxx')
-rw-r--r--include/svtools/fileview.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx
index 334f6ca7901d..283f4aa3e899 100644
--- a/include/svtools/fileview.hxx
+++ b/include/svtools/fileview.hxx
@@ -80,7 +80,7 @@ protected:
virtual void GetFocus() SAL_OVERRIDE;
public:
- SvtFileView( Window* pParent, WinBits nBits, bool bOnlyFolder, bool bMultiSelection );
+ SvtFileView( vcl::Window* pParent, WinBits nBits, bool bOnlyFolder, bool bMultiSelection );
virtual ~SvtFileView();
virtual Size GetOptimalSize() const SAL_OVERRIDE;
@@ -214,7 +214,7 @@ private:
PushButton* m_pAllButton;
public:
- QueryDeleteDlg_Impl(Window* pParent, const OUString& rName);
+ QueryDeleteDlg_Impl(vcl::Window* pParent, const OUString& rName);
void EnableAllButton() { m_pAllButton->Enable(true); }
};