summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/hintwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/hintwin.hxx')
-rw-r--r--sc/source/ui/inc/hintwin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/hintwin.hxx b/sc/source/ui/inc/hintwin.hxx
index 89ab1eeb0337..f3e8b03c2f86 100644
--- a/sc/source/ui/inc/hintwin.hxx
+++ b/sc/source/ui/inc/hintwin.hxx
@@ -22,7 +22,7 @@
#include <vcl/window.hxx>
-class ScHintWindow : public Window
+class ScHintWindow : public vcl::Window
{
private:
OUString aTitle;
@@ -36,7 +36,7 @@ protected:
virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE;
public:
- ScHintWindow( Window* pParent, const OUString& rTit, const OUString& rMsg );
+ ScHintWindow( vcl::Window* pParent, const OUString& rTit, const OUString& rMsg );
virtual ~ScHintWindow();
};