From dc7b33b89de2e52f09cc7f3cb5015679e0779e8f Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Thu, 13 Dec 2018 13:56:47 +0100 Subject: [PATCH] Fix add parentwidget --- src/editor/kmcomposerwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/kmcomposerwin.cpp b/src/editor/kmcomposerwin.cpp index df39b57e5..edcf92c40 100644 --- a/src/editor/kmcomposerwin.cpp +++ b/src/editor/kmcomposerwin.cpp @@ -429,7 +429,7 @@ KMComposerWin::KMComposerWin(const KMime::Message::Ptr &aMsg, bool lastSignState mPluginEditorCheckBeforeSendManagerInterface->setParentWidget(this); - mPluginEditorInitManagerInterface->setParent(this); + mPluginEditorInitManagerInterface->setParentWidget(this); mPluginEditorInitManagerInterface->setRichTextEditor(composerEditorNg); mPluginEditorConvertTextManagerInterface->setParentWidget(this);