summaryrefslogtreecommitdiff
path: root/include/svx/sidebar/ColorControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sidebar/ColorControl.hxx')
-rw-r--r--include/svx/sidebar/ColorControl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sidebar/ColorControl.hxx b/include/svx/sidebar/ColorControl.hxx
index 8888dcbd66d1..87ebf3013e67 100644
--- a/include/svx/sidebar/ColorControl.hxx
+++ b/include/svx/sidebar/ColorControl.hxx
@@ -26,7 +26,7 @@
#include <boost/function.hpp>
#include <svx/SvxColorValueSet.hxx>
-class Window;
+namespace vcl { class Window; }
class SfxBindings;
class RedId;
class FloatingWindow;
@@ -58,7 +58,7 @@ public:
When zero is given then no such field is created.
*/
ColorControl (
- Window* pParent,
+ vcl::Window* pParent,
SfxBindings* pBindings,
const ResId& rControlResId,
const ResId& rValueSetResId,