summaryrefslogtreecommitdiff
path: root/vcl/source/window/menuwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/menuwindow.hxx')
-rw-r--r--vcl/source/window/menuwindow.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/window/menuwindow.hxx b/vcl/source/window/menuwindow.hxx
index 880b3f14f7d9..74e36c3fbc9a 100644
--- a/vcl/source/window/menuwindow.hxx
+++ b/vcl/source/window/menuwindow.hxx
@@ -30,7 +30,7 @@ class Link;
class Menu;
class MenuBar;
class Rectangle;
-class Window;
+namespace vcl { class Window; }
/** Common ancestor for MenuFloatingWindow and MenuBarWindow.
@@ -54,10 +54,10 @@ public:
virtual ~MenuWindow() {}
/// Sets up some visual properties of the underlying window.
- void ImplInitMenuWindow(Window* pWin, bool bFont, bool bMenuBar);
+ void ImplInitMenuWindow(vcl::Window* pWin, bool bFont, bool bMenuBar);
/// Show the appropriate help tooltip.
- bool ImplHandleHelpEvent(Window* pMenuWindow, Menu* pMenu, sal_uInt16 nHighlightedItem,
+ bool ImplHandleHelpEvent(vcl::Window* pMenuWindow, Menu* pMenu, sal_uInt16 nHighlightedItem,
const HelpEvent& rHEvt, const Rectangle &rHighlightRect);
};