Fixed VideoPlayerPage.qml failure to set cameraConfig
[harmattan/cameraplus] / qml / SectionHeader.qml
index 51f6ee3..59a46f8 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
 
 Row {
     id: root
@@ -34,7 +33,7 @@ Row {
 
     property alias text: label.text
 
-    Label {
+    CameraLabel {
         id: label
         verticalAlignment: Text.AlignVCenter
     }