diff --git a/ScreenPlay/qml/Common/Search.qml b/ScreenPlay/qml/Common/Search.qml index 96d36bc0..d3f82dba 100644 --- a/ScreenPlay/qml/Common/Search.qml +++ b/ScreenPlay/qml/Common/Search.qml @@ -4,8 +4,6 @@ import QtQuick.Controls.Material 2.0 import ScreenPlay 1.0 -import "../Common" as Common - Item { id:root width: 300 @@ -23,7 +21,7 @@ Item { verticalCenter: parent.verticalCenter } } - Common.TextField { + TextField { id: txtSearch width: 250 height: 40