Put error label and play button in a column to prevent their overlap
[harmattan/cameraplus] / qml / CameraToolBar.qml
index b5f61b9..f75a789 100644 (file)
@@ -20,8 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-import QtQuick 1.1
-import com.nokia.meego 1.1
+@IMPORT_QT_QUICK@
 import "CameraToolBar.js" as Layout
 
 Rectangle {
@@ -44,7 +43,7 @@ Rectangle {
         PropertyAnimation { duration: 100 }
     }
 
-    ToolIcon {
+    CameraToolIcon {
         property bool __isMenu: true
         visible: !parent.hideBack
         id: menu