summaryrefslogtreecommitdiff
path: root/src/effects/OpacityMask.qml
diff options
context:
space:
mode:
authorMarko Niemelä <marko.a.niemela@nokia.com>2012-06-13 13:00:33 +0300
committerQt by Nokia <qt-info@nokia.com>2012-06-13 13:25:35 +0200
commit71cfda6b25552b57f7081d72c1e3bd74dc3d951c (patch)
tree4188376d87ee10d0882b9f3de010500ac1945244 /src/effects/OpacityMask.qml
parentecb836963da4787f5601535f2c157d84fdaabd72 (diff)
downloadqtgraphicaleffects-71cfda6b25552b57f7081d72c1e3bd74dc3d951c.tar.gz
Renamed 'internal' folder to 'private'.
Private is more widely used term for files that do not belong to public API. Change-Id: Ib4219a4026bc04f79f0803272f8af6a13b517ca8 Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
Diffstat (limited to 'src/effects/OpacityMask.qml')
-rw-r--r--src/effects/OpacityMask.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/OpacityMask.qml b/src/effects/OpacityMask.qml
index 4ea63e8..840277c 100644
--- a/src/effects/OpacityMask.qml
+++ b/src/effects/OpacityMask.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import "internal"
+import "private"
Item {
id: rootItem