diff options
Diffstat (limited to 'cui/source/inc/connect.hxx')
-rw-r--r-- | cui/source/inc/connect.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/connect.hxx b/cui/source/inc/connect.hxx index a7e499743275..50caaf5b370c 100644 --- a/cui/source/inc/connect.hxx +++ b/cui/source/inc/connect.hxx @@ -75,11 +75,11 @@ public: /* Derived from SfxSingleTabDialog, in order to be informed about virtual methods by the control. */ -class SvxConnectionDialog : public SfxSingleTabDialog +class SvxConnectionDialog : public SfxSingleTabDialogController { public: - SvxConnectionDialog( vcl::Window* pParent, const SfxItemSet& rAttr, - const SdrView* pView ); + SvxConnectionDialog(weld::Window* pParent, const SfxItemSet& rAttr, + const SdrView* pView); }; #endif // INCLUDED_CUI_SOURCE_INC_CONNECT_HXX |