diff --git a/src/qml/MessageLog.qml b/src/qml/MessageLog.qml index d28b2c2c36..3fc460c7b0 100644 --- a/src/qml/MessageLog.qml +++ b/src/qml/MessageLog.qml @@ -179,7 +179,7 @@ Page { color: Theme.mainTextColor } - QfTextField { + TextField { id: appliationLogInput width: applicationLogLabel.width placeholderText: qsTr("Type optional details") diff --git a/src/qml/QFieldLocalDataPickerScreen.qml b/src/qml/QFieldLocalDataPickerScreen.qml index d1e94ba98d..3c4a55d2e5 100644 --- a/src/qml/QFieldLocalDataPickerScreen.qml +++ b/src/qml/QFieldLocalDataPickerScreen.qml @@ -775,21 +775,21 @@ Page { color: Theme.mainTextColor } - QfTextField { + TextField { id: importWebdavUrlInput enabled: !webdavConnectionLoader.item || !webdavConnectionLoader.item.isFetchingAvailablePaths width: importWebdavUrlLabel.width placeholderText: qsTr("WebDAV server URL") } - QfTextField { + TextField { id: importWebdavUserInput enabled: !webdavConnectionLoader.item || !webdavConnectionLoader.item.isFetchingAvailablePaths width: importWebdavUrlLabel.width placeholderText: qsTr("User") } - QfTextField { + TextField { id: importWebdavPasswordInput enabled: !webdavConnectionLoader.item || !webdavConnectionLoader.item.isFetchingAvailablePaths width: importWebdavUrlLabel.width