summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/TabItem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/TabItem.hxx')
-rw-r--r--sfx2/source/sidebar/TabItem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/TabItem.hxx b/sfx2/source/sidebar/TabItem.hxx
index 32ee7d5394cb..9872d379ee5d 100644
--- a/sfx2/source/sidebar/TabItem.hxx
+++ b/sfx2/source/sidebar/TabItem.hxx
@@ -23,7 +23,7 @@
#include "DeckDescriptor.hxx"
-class Window;
+namespace vcl { class Window; }
namespace sfx2 { namespace sidebar {
@@ -33,7 +33,7 @@ class TabItem
: public ImageRadioButton
{
public:
- TabItem (Window* pParentWindow);
+ TabItem (vcl::Window* pParentWindow);
virtual ~TabItem (void);
virtual void Paint (const Rectangle& rUpdateArea) SAL_OVERRIDE;