aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/Input.qml2
-rw-r--r--components/InputMulti.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/components/Input.qml b/components/Input.qml
index befeecc0..b4310212 100644
--- a/components/Input.qml
+++ b/components/Input.qml
@@ -26,7 +26,7 @@
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-import QtQuick.Controls 2.2
+import QtQuick.Controls 2.0
import QtQuick 2.7
import "../components" as MoneroComponents
diff --git a/components/InputMulti.qml b/components/InputMulti.qml
index 88766ba7..5698dcc6 100644
--- a/components/InputMulti.qml
+++ b/components/InputMulti.qml
@@ -26,7 +26,7 @@
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-import QtQuick.Controls 2.2
+import QtQuick.Controls 2.0
import QtQuick 2.7
import "../js/TxUtils.js" as TxUtils