summaryrefslogtreecommitdiff
path: root/fpicker/source/office/QueryFolderName.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/QueryFolderName.hxx')
-rw-r--r--fpicker/source/office/QueryFolderName.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/QueryFolderName.hxx b/fpicker/source/office/QueryFolderName.hxx
index 9e71b1176d18..49733bbb46a4 100644
--- a/fpicker/source/office/QueryFolderName.hxx
+++ b/fpicker/source/office/QueryFolderName.hxx
@@ -36,7 +36,7 @@ private:
DECL_LINK( NameHdl, void * );
public:
- QueryFolderNameDialog(Window* _pParent, const OUString& rTitle,
+ QueryFolderNameDialog(vcl::Window* _pParent, const OUString& rTitle,
const OUString& rDefaultText, OUString* pGroupName = NULL);
OUString GetName() const { return m_pNameEdit->GetText(); }
};