Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PimCommon
Commits
3b4f676d
Verified
Commit
3b4f676d
authored
Jul 24, 2021
by
Alexander Lohnau
💬
Browse files
Revert "Fix build with 5.85 deprecations on"
This reverts commit
405447d7
.
parent
405447d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pimcommonakonadi/ldap/ldapsearchdialog.cpp
View file @
3b4f676d
...
...
@@ -45,7 +45,6 @@
#include <KConfigGroup>
#include <KGuiItem>
#include <KLocalizedString>
#include <KPluginMetaData>
#include <QDialogButtonBox>
#include <QLocale>
...
...
@@ -862,8 +861,7 @@ void LdapSearchDialog::slotUser2()
QPointer
<
KCMultiDialog
>
dialog
=
new
KCMultiDialog
(
this
);
dialog
->
setWindowTitle
(
i18nc
(
"@title:window"
,
"Configure the Address Book LDAP Settings"
));
dialog
->
addModule
(
KPluginMetaData
(
QStringLiteral
(
"kcmldap.desktop"
)));
dialog
->
addModule
(
QStringLiteral
(
"kcmldap.desktop"
));
if
(
dialog
->
exec
())
{
// krazy:exclude=crashy
d
->
restoreSettings
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment