summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/titlepage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/titlepage.hxx')
-rw-r--r--sw/source/uibase/inc/titlepage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/titlepage.hxx b/sw/source/uibase/inc/titlepage.hxx
index efc39bd2e36c..598b5821d173 100644
--- a/sw/source/uibase/inc/titlepage.hxx
+++ b/sw/source/uibase/inc/titlepage.hxx
@@ -17,7 +17,7 @@
#include <vcl/lstbox.hxx>
#include <numberingtypelistbox.hxx>
-class Window;
+namespace vcl { class Window; }
class SwWrtShell;
class SwPageDesc;
@@ -61,7 +61,7 @@ private:
DECL_LINK(DownHdl, void *);
DECL_LINK(StartPageHdl, void *);
public:
- SwTitlePageDlg( Window *pParent );
+ SwTitlePageDlg( vcl::Window *pParent );
virtual ~SwTitlePageDlg();
};