summaryrefslogtreecommitdiff
path: root/include/svtools/tabbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/tabbar.hxx')
-rw-r--r--include/svtools/tabbar.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/tabbar.hxx b/include/svtools/tabbar.hxx
index bc15dd4c298e..bf53f75998d0 100644
--- a/include/svtools/tabbar.hxx
+++ b/include/svtools/tabbar.hxx
@@ -327,7 +327,7 @@ enum TabBarAllowRenamingReturnCode {
struct TabBar_Impl;
struct ImplTabBarItem;
-class SVT_DLLPUBLIC TabBar : public Window
+class SVT_DLLPUBLIC TabBar : public vcl::Window
{
friend class ImplTabButton;
friend class ImplTabSizer;
@@ -404,7 +404,7 @@ public:
static const sal_uInt16 PAGE_NOT_FOUND;
static const sal_uInt16 INSERT_TAB_POS;
- TabBar( Window* pParent, WinBits nWinStyle = WB_STDTABBAR );
+ TabBar( vcl::Window* pParent, WinBits nWinStyle = WB_STDTABBAR );
virtual ~TabBar();
virtual void MouseMove( const MouseEvent& rMEvt ) SAL_OVERRIDE;