diff --git a/containments/homescreens/halcyon/plugin/applicationlistmodel.cpp b/containments/homescreens/halcyon/plugin/applicationlistmodel.cpp index bca016e5..30b3bd3c 100644 --- a/containments/homescreens/halcyon/plugin/applicationlistmodel.cpp +++ b/containments/homescreens/halcyon/plugin/applicationlistmodel.cpp @@ -21,11 +21,7 @@ ApplicationListModel::ApplicationListModel(QObject *parent) : QAbstractListModel(parent) { -#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) - connect(KSycoca::self(), qOverload(&KSycoca::databaseChanged), this, &ApplicationListModel::sycocaDbChanged); -#else connect(KSycoca::self(), &KSycoca::databaseChanged, this, &ApplicationListModel::sycocaDbChanged); -#endif } ApplicationListModel::~ApplicationListModel() = default;