Fix namespacing in QueryDialog

This commit is contained in:
Sebastian Kügler 2013-02-20 01:33:57 +01:00
parent b8ccb0ded6
commit bb842b64d2

View File

@ -42,9 +42,9 @@
import QtQuick 2.0 import QtQuick 2.0
import org.kde.plasma.extras 0.1 as PlasmaExtras import org.kde.plasma.extras 0.1 as PlasmaExtras
import "." 0.1 import "." 0.1 as PlasmaComponents
CommonDialog { PlasmaComponents.CommonDialog {
id: root id: root
objectName: "root" objectName: "root"
@ -88,7 +88,7 @@ CommonDialog {
flickableDirection: Flickable.VerticalFlick flickableDirection: Flickable.VerticalFlick
interactive: contentHeight > height interactive: contentHeight > height
Label { PlasmaComponents.Label {
id: label id: label
anchors { anchors {
top: parent.top top: parent.top