summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx')
-rw-r--r--desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
index 434b1a188afa..3bad18abe96d 100644
--- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
+++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
@@ -37,7 +37,7 @@ namespace com { namespace sun { namespace star { namespace uno {
class XComponentContext;
}}}}
-class Window;
+namespace vcl { class Window; }
namespace dp_gui {
@@ -56,7 +56,7 @@ public:
@param parent
the parent window, may be null
*/
- UpdateInstallDialog(Window * parent, std::vector<UpdateData> & aVecUpdateData,
+ UpdateInstallDialog(vcl::Window * parent, std::vector<UpdateData> & aVecUpdateData,
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xCtx);
virtual ~UpdateInstallDialog();