diff --git a/declarativeimports/plasmacomponents/qml/Label.qml b/declarativeimports/plasmacomponents/qml/Label.qml index ad00a1cf1..42d18e55a 100644 --- a/declarativeimports/plasmacomponents/qml/Label.qml +++ b/declarativeimports/plasmacomponents/qml/Label.qml @@ -18,14 +18,14 @@ */ /**Documentanted API - Inherits: - Item +Inherits: + Item - Imports: - QtQuick 1.0 - org.kde.plasma.core +Imports: + QtQuick 1.0 + org.kde.plasma.core - Description: +Description: TODO i need more info here **/ diff --git a/declarativeimports/plasmacomponents/qml/Page.qml b/declarativeimports/plasmacomponents/qml/Page.qml index 1b120854f..c5fecc320 100644 --- a/declarativeimports/plasmacomponents/qml/Page.qml +++ b/declarativeimports/plasmacomponents/qml/Page.qml @@ -61,7 +61,7 @@ Properties: Item tools: The default value is true. TODO needs info - **/ +**/ import QtQuick 1.1 diff --git a/declarativeimports/plasmacomponents/qml/ProgressBar.qml b/declarativeimports/plasmacomponents/qml/ProgressBar.qml index db887f61c..090688fd0 100644 --- a/declarativeimports/plasmacomponents/qml/ProgressBar.qml +++ b/declarativeimports/plasmacomponents/qml/ProgressBar.qml @@ -21,7 +21,7 @@ Inherits: Item - Imports: +Imports: QtQuick 1.0 org.kde.plasma.core diff --git a/declarativeimports/plasmacomponents/qml/RoundShadow.qml b/declarativeimports/plasmacomponents/qml/RoundShadow.qml index e39ab8904..4b825c7ff 100644 --- a/declarativeimports/plasmacomponents/qml/RoundShadow.qml +++ b/declarativeimports/plasmacomponents/qml/RoundShadow.qml @@ -19,7 +19,7 @@ */ /**Documentanted API -Inh*erits: +Inherits: Item Imports: diff --git a/declarativeimports/plasmacomponents/qml/ScrollBar.qml b/declarativeimports/plasmacomponents/qml/ScrollBar.qml index 6ef8074e9..6a6f81410 100644 --- a/declarativeimports/plasmacomponents/qml/ScrollBar.qml +++ b/declarativeimports/plasmacomponents/qml/ScrollBar.qml @@ -18,19 +18,19 @@ */ /**Documentanted API - Inherits: - Item +Inherits: + Item - Imports: - org.kde.plasma.core - QtQuick 1.1 +Imports: + org.kde.plasma.core + QtQuick 1.1 - Description: +Description: Just a simple scrollbar which is using the plasma theme. Plasma theme is the theme which changes via the systemsetting-workspace appearence -desktop theme. - Properties: +Properties: int orientation: Sets the orientation. diff --git a/declarativeimports/plasmacomponents/qml/ScrollDecorator.qml b/declarativeimports/plasmacomponents/qml/ScrollDecorator.qml index a0f616fda..b9b905abb 100644 --- a/declarativeimports/plasmacomponents/qml/ScrollDecorator.qml +++ b/declarativeimports/plasmacomponents/qml/ScrollDecorator.qml @@ -46,7 +46,6 @@ Properties: alias _value: **/ - import QtQuick 1.1 import org.kde.plasma.core 0.1 as PlasmaCore diff --git a/declarativeimports/plasmacomponents/qml/TabBar.qml b/declarativeimports/plasmacomponents/qml/TabBar.qml index ce3e6badc..be3f07305 100644 --- a/declarativeimports/plasmacomponents/qml/TabBar.qml +++ b/declarativeimports/plasmacomponents/qml/TabBar.qml @@ -45,8 +45,8 @@ Inherits: DualStateButton Imports: - QtQuick 1.0 - org.kde.plasma.core + QtQuick 1.1 + org.kde.plasma.core Description: TODO