diff --git a/qml/ApmToolBar.qml b/qml/ApmToolBar.qml index 23a78150796efd1196e6598ca79b92f0d09242ee..6ede1e51d419c6e1a9a554889a20a91837a2e826 100644 --- a/qml/ApmToolBar.qml +++ b/qml/ApmToolBar.qml @@ -1,4 +1,4 @@ -import QtQuick 1.1 +import QtQuick 2.1 import "./components" diff --git a/qml/components/Button.qml b/qml/components/Button.qml index 798a161076bb015a7845c7ac3254e2c4e7a8e9d8..27b1f9e337c7842362bcb64bf44d7ecb61306fd0 100644 --- a/qml/components/Button.qml +++ b/qml/components/Button.qml @@ -1,4 +1,4 @@ -import QtQuick 1.1 +import QtQuick 2.1 Rectangle { signal clicked diff --git a/qml/components/DigitalDisplay.qml b/qml/components/DigitalDisplay.qml index dc70d0149c9b9e79a4a5dc508815a94dc23c9450..5af486b5a4179118d35dd49703f6f41419a1d44e 100644 --- a/qml/components/DigitalDisplay.qml +++ b/qml/components/DigitalDisplay.qml @@ -1,4 +1,4 @@ -import QtQuick 1.1 +import QtQuick 2.1 Rectangle { diff --git a/qml/components/StatusDisplay.qml b/qml/components/StatusDisplay.qml index 9d4f6ade628325a3025b0e133e63913c9e5314e3..30bb8a848d9ac9cb31f99c36becefffcca8182bf 100644 --- a/qml/components/StatusDisplay.qml +++ b/qml/components/StatusDisplay.qml @@ -1,4 +1,4 @@ -import QtQuick 1.1 +import QtQuick 2.1 Rectangle { id: statusDisplay diff --git a/qml/components/TextButton.qml b/qml/components/TextButton.qml index c7b2b32226103c85779769e3af60df0cda11ab68..24b261cd95e5163c28c4477c5b0bcefb28325739 100644 --- a/qml/components/TextButton.qml +++ b/qml/components/TextButton.qml @@ -1,4 +1,4 @@ -import QtQuick 1.1 +import QtQuick 2.1 Rectangle { signal clicked