summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/printer/cupsmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/printer/cupsmgr.cxx')
-rw-r--r--vcl/unx/generic/printer/cupsmgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/generic/printer/cupsmgr.cxx b/vcl/unx/generic/printer/cupsmgr.cxx
index 99417d8304f5..a9727e9f07ed 100644
--- a/vcl/unx/generic/printer/cupsmgr.cxx
+++ b/vcl/unx/generic/printer/cupsmgr.cxx
@@ -844,13 +844,13 @@ namespace
Edit* m_pPassEdit;
public:
- RTSPWDialog(const OString& rServer, const OString& rUserName, Window* pParent);
+ RTSPWDialog(const OString& rServer, const OString& rUserName, vcl::Window* pParent);
OString getUserName() const;
OString getPassword() const;
};
- RTSPWDialog::RTSPWDialog( const OString& rServer, const OString& rUserName, Window* pParent )
+ RTSPWDialog::RTSPWDialog( const OString& rServer, const OString& rUserName, vcl::Window* pParent )
: ModalDialog(pParent, "CUPSPasswordDialog",
"vcl/ui/cupspassworddialog.ui")
{