Fixed VideoPlayerPage.qml failure to set cameraConfig
[harmattan/cameraplus] / qml / RecordingDurationLabel.qml
index 8ab644c..8362195 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
 
 Rectangle {
     property int duration
@@ -48,7 +47,7 @@ Rectangle {
         sourceSize.height: 20
     }
 
-    Label {
+    CameraLabel {
         function formatDuration(dur) {
             var secs = parseInt(recordingDuration.duration)
             var minutes = Math.floor(secs / 60)