summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_dependencydialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_dependencydialog.hxx')
-rw-r--r--desktop/source/deployment/gui/dp_gui_dependencydialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_dependencydialog.hxx b/desktop/source/deployment/gui/dp_gui_dependencydialog.hxx
index e9397e221925..a778ad37630a 100644
--- a/desktop/source/deployment/gui/dp_gui_dependencydialog.hxx
+++ b/desktop/source/deployment/gui/dp_gui_dependencydialog.hxx
@@ -29,14 +29,14 @@
#include <vcl/fixed.hxx>
#include <vcl/lstbox.hxx>
-class Window;
+namespace vcl { class Window; }
namespace dp_gui {
class DependencyDialog: public ModalDialog {
public:
DependencyDialog(
- Window * parent, std::vector< OUString > const & dependencies);
+ vcl::Window * parent, std::vector< OUString > const & dependencies);
virtual ~DependencyDialog();