fix import names

This commit is contained in:
Marco Martin 2011-12-22 14:58:11 +01:00
parent 9a1e332b9b
commit bcc26fb73b
4 changed files with 6 additions and 5 deletions

View File

@ -60,6 +60,7 @@ install(FILES qml/ToolBar.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/
#Now install the private stuff! #Now install the private stuff!
install(FILES qml/private/ButtonShadow.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private)
install(FILES qml/private/DualStateButton.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private) install(FILES qml/private/DualStateButton.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private)
install(FILES qml/private/IconLoader.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private) install(FILES qml/private/IconLoader.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private)
install(FILES qml/private/PageStack.js DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private) install(FILES qml/private/PageStack.js DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/components/private)

View File

@ -136,7 +136,7 @@ Item {
internal.clickButton(); internal.clickButton();
} }
ButtonShadow { Private.ButtonShadow {
id: shadow id: shadow
anchors.fill: parent anchors.fill: parent
state: { state: {
@ -210,7 +210,7 @@ Item {
bottomMargin: surfaceNormal.margins.bottom bottomMargin: surfaceNormal.margins.bottom
} }
IconLoader { Private.IconLoader {
id: icon id: icon
anchors { anchors {

View File

@ -172,7 +172,7 @@ Item {
// disabled text fields // disabled text fields
opacity: enabled ? 1.0 : 0.5 opacity: enabled ? 1.0 : 0.5
TextFieldFocus { Private.TextFieldFocus {
id: hover id: hover
state: textInput.activeFocus ? "focus" : (mouseWatcher.containsMouse ? "hover" : "hidden") state: textInput.activeFocus ? "focus" : (mouseWatcher.containsMouse ? "hover" : "hidden")
anchors.fill: base anchors.fill: base

View File

@ -141,7 +141,7 @@ Item {
} }
} }
ButtonShadow { Private.ButtonShadow {
id: shadow id: shadow
anchors.fill: parent anchors.fill: parent
visible: !flat visible: !flat
@ -173,7 +173,7 @@ Item {
PropertyAnimation { duration: 250 } PropertyAnimation { duration: 250 }
} }
IconLoader { Private.IconLoader {
id: icon id: icon
anchors { anchors {