summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ChartWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/main/ChartWindow.hxx')
-rw-r--r--chart2/source/controller/main/ChartWindow.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/main/ChartWindow.hxx b/chart2/source/controller/main/ChartWindow.hxx
index ee5884f013e5..9dee31b22219 100644
--- a/chart2/source/controller/main/ChartWindow.hxx
+++ b/chart2/source/controller/main/ChartWindow.hxx
@@ -32,10 +32,10 @@ class ChartController;
thus the controller can perform appropriate actions
*/
-class ChartWindow : public Window
+class ChartWindow : public vcl::Window
{
public:
- ChartWindow( ChartController* pController, Window* pParent, WinBits nStyle );
+ ChartWindow( ChartController* pController, vcl::Window* pParent, WinBits nStyle );
virtual ~ChartWindow();
void clear();