Kill com.nokia.meego importing in the ui.
[harmattan/cameraplus] / qml / CameraSettings.qml
index 9a67ba1..062044c 100644 (file)
  */
 
 @IMPORT_QT_QUICK@
-import com.nokia.meego 1.1
 
 Column {
     id: col
     spacing: 10
     width: parent.width
 
-    Label {
+    CameraLabel {
         font.pixelSize: 36
         text: qsTr("Camera settings")
         width: parent.width
@@ -49,7 +48,7 @@ Column {
         width: parent.width
     }
 
-    TextField {
+    CameraTextField {
         placeholderText: qsTr("Name or copyright")
         width: parent.width
         text: settings.creatorName