Fixed VideoPlayerPage.qml failure to set cameraConfig
[harmattan/cameraplus] / qml / CameraToolBar.qml
index c0e5366..a31de13 100644 (file)
@@ -20,8 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-@IMPORT_QT_QUICK@
-import com.nokia.meego 1.1
+import QtQuick 2.0
 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