diff --git a/src/BtTreeModel.cpp b/src/BtTreeModel.cpp index edc193d8a..8f478f7ed 100644 --- a/src/BtTreeModel.cpp +++ b/src/BtTreeModel.cpp @@ -1408,7 +1408,7 @@ void BtTreeModel::observeElement(NamedEntity * d) { } if (qobject_cast(d)) { - connect(d, SIGNAL(brewDateChanged(QDateTime)), this, SLOT(elementChanged())); + connect(d, SIGNAL(brewDateChanged(const QDate &)), this, SLOT(elementChanged())); } else { connect(d, SIGNAL(changedName(QString)), this, SLOT(elementChanged())); connect(d, SIGNAL(changedFolder(QString)), this, SLOT(folderChanged(QString)));