summaryrefslogtreecommitdiff
path: root/include/svtools/toolpanel/toolpanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/toolpanel/toolpanel.hxx')
-rw-r--r--include/svtools/toolpanel/toolpanel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/toolpanel/toolpanel.hxx b/include/svtools/toolpanel/toolpanel.hxx
index 27084d8bd460..fafeb3981e11 100644
--- a/include/svtools/toolpanel/toolpanel.hxx
+++ b/include/svtools/toolpanel/toolpanel.hxx
@@ -30,7 +30,7 @@
#include <boost/noncopyable.hpp>
class Rectangle;
-class Window;
+namespace vcl { class Window; }
namespace com { namespace sun { namespace star { namespace accessibility {
class XAccessible;
} } } }
@@ -66,7 +66,7 @@ namespace svt
method will always get the same parent window. The complete area of this window is
available, and should be used, for the panel window.
*/
- virtual void Activate( Window& i_rParentWindow ) = 0;
+ virtual void Activate( vcl::Window& i_rParentWindow ) = 0;
/** deactivates the panel