summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/mailconfigpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/mailconfigpage.hxx')
-rw-r--r--sw/source/uibase/inc/mailconfigpage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/mailconfigpage.hxx b/sw/source/uibase/inc/mailconfigpage.hxx
index be6dfe137c15..e008a702ab46 100644
--- a/sw/source/uibase/inc/mailconfigpage.hxx
+++ b/sw/source/uibase/inc/mailconfigpage.hxx
@@ -42,10 +42,10 @@ class SwMailConfigPage : public SfxTabPage
std::unique_ptr<weld::Button> m_xServerAuthenticationPB;
std::unique_ptr<weld::Button> m_xTestPB;
- DECL_LINK(ReplyToHdl, weld::ToggleButton&, void);
+ DECL_LINK(ReplyToHdl, weld::Toggleable&, void);
DECL_LINK(AuthenticationHdl, weld::Button&, void);
DECL_LINK(TestHdl, weld::Button&, void);
- DECL_LINK(SecureHdl, weld::ToggleButton&, void);
+ DECL_LINK(SecureHdl, weld::Toggleable&, void);
public:
SwMailConfigPage(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet& rSet);