diff options
Diffstat (limited to 'include/sfx2/inputdlg.hxx')
-rw-r--r-- | include/sfx2/inputdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/inputdlg.hxx b/include/sfx2/inputdlg.hxx index 6f50e012e997..bd54b6a5de02 100644 --- a/include/sfx2/inputdlg.hxx +++ b/include/sfx2/inputdlg.hxx @@ -21,7 +21,7 @@ private: std::unique_ptr<weld::Button> m_xHelp; public: - InputDialog(weld::Window* pParent, const OUString &rLabelText); + InputDialog(weld::Widget* pParent, const OUString &rLabelText); OUString GetEntryText() const; void SetEntryText(const OUString& rStr); void HideHelpBtn(); |