summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/Window.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/Window.hxx')
-rw-r--r--sd/source/ui/inc/Window.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/Window.hxx b/sd/source/ui/inc/Window.hxx
index a35f4fe1be5b..0a33a937b44b 100644
--- a/sd/source/ui/inc/Window.hxx
+++ b/sd/source/ui/inc/Window.hxx
@@ -40,11 +40,11 @@ class ViewShell;
be an integer percent value.
*/
class Window
- : public ::Window,
+ : public ::vcl::Window,
public ::DropTargetHelper
{
public:
- Window (::Window* pParent);
+ Window (vcl::Window* pParent);
virtual ~Window (void);
void SetViewShell (ViewShell* pViewSh);