summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/inputdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc/inputdlg.hxx')
-rw-r--r--sfx2/source/inc/inputdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/inputdlg.hxx b/sfx2/source/inc/inputdlg.hxx
index c91b36cfe735..29b5c45b9453 100644
--- a/sfx2/source/inc/inputdlg.hxx
+++ b/sfx2/source/inc/inputdlg.hxx
@@ -19,7 +19,7 @@ class PushButton;
class InputDialog : public ModalDialog
{
public:
- InputDialog (const OUString &labelText, Window *pParent = NULL);
+ InputDialog (const OUString &labelText, vcl::Window *pParent = NULL);
OUString getEntryText () const;
private: