summaryrefslogtreecommitdiff
path: root/include/vcl/msgbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/msgbox.hxx')
-rw-r--r--include/vcl/msgbox.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/vcl/msgbox.hxx b/include/vcl/msgbox.hxx
index f06704786b81..04ea155cb6d8 100644
--- a/include/vcl/msgbox.hxx
+++ b/include/vcl/msgbox.hxx
@@ -46,7 +46,7 @@ protected:
SAL_DLLPRIVATE void ImplPosControls();
public:
- MessBox( Window* pParent, WinBits nStyle,
+ MessBox( vcl::Window* pParent, WinBits nStyle,
const OUString& rTitle, const OUString& rMessage );
virtual ~MessBox();
@@ -72,8 +72,8 @@ private:
SAL_DLLPRIVATE void ImplInitInfoBoxData();
public:
- InfoBox( Window* pParent, const OUString& rMessage );
- InfoBox( Window* pParent, WinBits nStyle,
+ InfoBox( vcl::Window* pParent, const OUString& rMessage );
+ InfoBox( vcl::Window* pParent, WinBits nStyle,
const OUString& rMessage );
static Image GetStandardImage();
@@ -85,7 +85,7 @@ private:
SAL_DLLPRIVATE void ImplInitWarningBoxData();
public:
- WarningBox( Window* pParent, WinBits nStyle,
+ WarningBox( vcl::Window* pParent, WinBits nStyle,
const OUString& rMessage );
void SetDefaultCheckBoxText();
@@ -99,7 +99,7 @@ private:
SAL_DLLPRIVATE void ImplInitErrorBoxData();
public:
- ErrorBox( Window* pParent, WinBits nStyle,
+ ErrorBox( vcl::Window* pParent, WinBits nStyle,
const OUString& rMessage );
static Image GetStandardImage();
@@ -111,7 +111,7 @@ private:
SAL_DLLPRIVATE void ImplInitQueryBoxData();
public:
- QueryBox( Window* pParent, WinBits nStyle,
+ QueryBox( vcl::Window* pParent, WinBits nStyle,
const OUString& rMessage );
void SetDefaultCheckBoxText();