aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/components/Label.qml
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2015-11-29 17:30:41 +0100
committerGravatar Sebastian Kügler <sebas@kde.org>2015-11-29 17:30:41 +0100
commit3c1d7c0074d1165030cc3834fc09ba326dfd1b7b (patch)
tree6eb448c86577f83f488c772d2862af813786ce11 /qt-mobile/qml/components/Label.qml
parent2668da3f60d0dc28d1777c1d6cf67e1ee8f88447 (diff)
downloadsubsurface-3c1d7c0074d1165030cc3834fc09ba326dfd1b7b.tar.gz
port these as well to mobilecomponents
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile/qml/components/Label.qml')
-rw-r--r--qt-mobile/qml/components/Label.qml7
1 files changed, 2 insertions, 5 deletions
diff --git a/qt-mobile/qml/components/Label.qml b/qt-mobile/qml/components/Label.qml
index acbc079e2..65af7e0db 100644
--- a/qt-mobile/qml/components/Label.qml
+++ b/qt-mobile/qml/components/Label.qml
@@ -1,9 +1,6 @@
import QtQuick 2.5
-//import QtQuick.Controls 1.2 as QuickControls
-import QtQuick.Window 2.2
-import QtQuick.Dialogs 1.2
-import QtQuick.Layouts 1.1
+import org.kde.plasma.mobilecomponents 0.2 as MobileComponents
Text {
- color: theme.textColor
+ color: MobileComponents.Theme.textColor
}