From 46fcb0f4020a5846261ab181b95e1133361434d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Fri, 22 Feb 2013 12:43:26 +0100 Subject: [PATCH] remove visualParent for QUeryDialog --- .../applets/testcomponentsapplet/contents/ui/DialogsPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/applets/testcomponentsapplet/contents/ui/DialogsPage.qml b/src/shell/applets/testcomponentsapplet/contents/ui/DialogsPage.qml index e18a90554..72e814e31 100644 --- a/src/shell/applets/testcomponentsapplet/contents/ui/DialogsPage.qml +++ b/src/shell/applets/testcomponentsapplet/contents/ui/DialogsPage.qml @@ -162,7 +162,7 @@ PlasmaComponents.Page { PlasmaComponents.QueryDialog { id: queryDialog //windowFlags: Qt.Popup - visualParent: root + //visualParent: root titleText: "Fruit Inquiry" message: "Would you rather have apples or oranges?" acceptButtonText: i18n("Apples")