diff --git a/share/qtcreator/welcomescreen/components/Button.qml b/share/qtcreator/welcomescreen/components/Button.qml index 2cc4d434ef1..99307730705 100644 --- a/share/qtcreator/welcomescreen/components/Button.qml +++ b/share/qtcreator/welcomescreen/components/Button.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" Components.Button { id:button diff --git a/share/qtcreator/welcomescreen/components/CheckBox.qml b/share/qtcreator/welcomescreen/components/CheckBox.qml index 51055f84670..d2ffe94feec 100644 --- a/share/qtcreator/welcomescreen/components/CheckBox.qml +++ b/share/qtcreator/welcomescreen/components/CheckBox.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" // jb : Size should not depend on background, we should make it consistent diff --git a/share/qtcreator/welcomescreen/components/ChoiceList.qml b/share/qtcreator/welcomescreen/components/ChoiceList.qml index eb6b5fddbe9..1582cc9ff0b 100644 --- a/share/qtcreator/welcomescreen/components/ChoiceList.qml +++ b/share/qtcreator/welcomescreen/components/ChoiceList.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" Components.ChoiceList { diff --git a/share/qtcreator/welcomescreen/components/Dial.qml b/share/qtcreator/welcomescreen/components/Dial.qml index e1b367b9a4b..95560cb8600 100644 --- a/share/qtcreator/welcomescreen/components/Dial.qml +++ b/share/qtcreator/welcomescreen/components/Dial.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" // jens: ContainsMouse breaks drag functionality diff --git a/share/qtcreator/welcomescreen/components/Frame.qml b/share/qtcreator/welcomescreen/components/Frame.qml index 24a8e8332ef..45031688923 100644 --- a/share/qtcreator/welcomescreen/components/Frame.qml +++ b/share/qtcreator/welcomescreen/components/Frame.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" QStyleBackground { diff --git a/share/qtcreator/welcomescreen/components/GroupBox.qml b/share/qtcreator/welcomescreen/components/GroupBox.qml index d2184d515f6..0afcfc47692 100644 --- a/share/qtcreator/welcomescreen/components/GroupBox.qml +++ b/share/qtcreator/welcomescreen/components/GroupBox.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" Components.GroupBox { id: groupbox diff --git a/share/qtcreator/welcomescreen/components/Menu.qml b/share/qtcreator/welcomescreen/components/Menu.qml index 000219ece9d..158ec52e785 100644 --- a/share/qtcreator/welcomescreen/components/Menu.qml +++ b/share/qtcreator/welcomescreen/components/Menu.qml @@ -1,5 +1,4 @@ import QtQuick 1.0 -import "../components/plugin" MenuBase { diff --git a/share/qtcreator/welcomescreen/components/MenuItem.qml b/share/qtcreator/welcomescreen/components/MenuItem.qml index 52a0511f0f9..1cd0a1d3e4a 100644 --- a/share/qtcreator/welcomescreen/components/MenuItem.qml +++ b/share/qtcreator/welcomescreen/components/MenuItem.qml @@ -1,5 +1,4 @@ import QtQuick 1.0 -import "../components/plugin" MenuItemBase { diff --git a/share/qtcreator/welcomescreen/components/ProgressBar.qml b/share/qtcreator/welcomescreen/components/ProgressBar.qml index 9b2d368a371..88e50da9ffd 100644 --- a/share/qtcreator/welcomescreen/components/ProgressBar.qml +++ b/share/qtcreator/welcomescreen/components/ProgressBar.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" Components.ProgressBar { id:progressbar diff --git a/share/qtcreator/welcomescreen/components/RadioButton.qml b/share/qtcreator/welcomescreen/components/RadioButton.qml index cfc16c95951..552c9ad8c4e 100644 --- a/share/qtcreator/welcomescreen/components/RadioButton.qml +++ b/share/qtcreator/welcomescreen/components/RadioButton.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" // jb : Size should not depend on background, we should make it consistent diff --git a/share/qtcreator/welcomescreen/components/ScrollArea.qml b/share/qtcreator/welcomescreen/components/ScrollArea.qml index 4c79a093d01..4a9cfbdf436 100644 --- a/share/qtcreator/welcomescreen/components/ScrollArea.qml +++ b/share/qtcreator/welcomescreen/components/ScrollArea.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" FocusScope { id: scrollarea diff --git a/share/qtcreator/welcomescreen/components/ScrollBar.qml b/share/qtcreator/welcomescreen/components/ScrollBar.qml index ef1a93779d6..800a90a0473 100644 --- a/share/qtcreator/welcomescreen/components/ScrollBar.qml +++ b/share/qtcreator/welcomescreen/components/ScrollBar.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" Item { id: scrollbar diff --git a/share/qtcreator/welcomescreen/components/Slider.qml b/share/qtcreator/welcomescreen/components/Slider.qml index b8720351fbc..eb7ec22a366 100644 --- a/share/qtcreator/welcomescreen/components/Slider.qml +++ b/share/qtcreator/welcomescreen/components/Slider.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" // jens: ContainsMouse breaks drag functionality diff --git a/share/qtcreator/welcomescreen/components/SpinBox.qml b/share/qtcreator/welcomescreen/components/SpinBox.qml index 919ac95e6b5..525ade6fd18 100644 --- a/share/qtcreator/welcomescreen/components/SpinBox.qml +++ b/share/qtcreator/welcomescreen/components/SpinBox.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" Components.SpinBox { id:spinbox diff --git a/share/qtcreator/welcomescreen/components/SplitterRow.qml b/share/qtcreator/welcomescreen/components/SplitterRow.qml index adcc535e001..9efa010e290 100644 --- a/share/qtcreator/welcomescreen/components/SplitterRow.qml +++ b/share/qtcreator/welcomescreen/components/SplitterRow.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" Components.SplitterRow { handleBackground: QStyleItem { diff --git a/share/qtcreator/welcomescreen/components/Switch.qml b/share/qtcreator/welcomescreen/components/Switch.qml index 5d661ec3d6b..08518b13b51 100644 --- a/share/qtcreator/welcomescreen/components/Switch.qml +++ b/share/qtcreator/welcomescreen/components/Switch.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" Components.Switch { id:widget diff --git a/share/qtcreator/welcomescreen/components/TabBar.qml b/share/qtcreator/welcomescreen/components/TabBar.qml index b5869ebf9d5..1b78aa653da 100644 --- a/share/qtcreator/welcomescreen/components/TabBar.qml +++ b/share/qtcreator/welcomescreen/components/TabBar.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" Item { diff --git a/share/qtcreator/welcomescreen/components/TabFrame.qml b/share/qtcreator/welcomescreen/components/TabFrame.qml index 10d63db3e26..ba664ee1949 100644 --- a/share/qtcreator/welcomescreen/components/TabFrame.qml +++ b/share/qtcreator/welcomescreen/components/TabFrame.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" Item { id: tabWidget diff --git a/share/qtcreator/welcomescreen/components/TableView.qml b/share/qtcreator/welcomescreen/components/TableView.qml index 196a0ed4b6c..b73be18e9ce 100644 --- a/share/qtcreator/welcomescreen/components/TableView.qml +++ b/share/qtcreator/welcomescreen/components/TableView.qml @@ -1,6 +1,4 @@ import QtQuick 1.0 -import "../components" -import "../components/plugin" /* * diff --git a/share/qtcreator/welcomescreen/components/TextArea.qml b/share/qtcreator/welcomescreen/components/TextArea.qml index 440081f829e..92e951f2747 100644 --- a/share/qtcreator/welcomescreen/components/TextArea.qml +++ b/share/qtcreator/welcomescreen/components/TextArea.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" ScrollArea { id:area diff --git a/share/qtcreator/welcomescreen/components/TextField.qml b/share/qtcreator/welcomescreen/components/TextField.qml index ccadadf86fc..0c068245584 100644 --- a/share/qtcreator/welcomescreen/components/TextField.qml +++ b/share/qtcreator/welcomescreen/components/TextField.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" Components.TextField { id: textfield diff --git a/share/qtcreator/welcomescreen/components/ToolBar.qml b/share/qtcreator/welcomescreen/components/ToolBar.qml index 98367723c5a..6185cc6ca1c 100644 --- a/share/qtcreator/welcomescreen/components/ToolBar.qml +++ b/share/qtcreator/welcomescreen/components/ToolBar.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" QStyleItem{ id: toolbar diff --git a/share/qtcreator/welcomescreen/components/ToolButton.qml b/share/qtcreator/welcomescreen/components/ToolButton.qml index 7de72fd10c7..82593bc5524 100644 --- a/share/qtcreator/welcomescreen/components/ToolButton.qml +++ b/share/qtcreator/welcomescreen/components/ToolButton.qml @@ -1,6 +1,5 @@ import QtQuick 1.0 import "custom" as Components -import "plugin" Components.Button { id:button