]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/trash/trashsettingspage.cpp
port to KIO::createDefaultJobUiDelegate
[dolphin.git] / src / settings / trash / trashsettingspage.cpp
index a2e54531e954e17a9bfa275c7af6a32b513ce384..734762adac4b026859c715fe3c7efb68b2d4de71 100644 (file)
@@ -7,6 +7,7 @@
 #include "trashsettingspage.h"
 
 #include <KCModuleProxy>
+#include <KPluginMetaData>
 
 #include <QFormLayout>
 
@@ -20,7 +21,7 @@ TrashSettingsPage::TrashSettingsPage(QWidget* parent) :
 
     loadSettings();
 
-    connect(m_proxy, QOverload<bool>::of(&KCModuleProxy::changed), this, &TrashSettingsPage::changed);
+    connect(m_proxy, &KCModuleProxy::changed, this, &TrashSettingsPage::changed);
 }
 
 TrashSettingsPage::~TrashSettingsPage()