Refactor the imports of IconLoader.qml

This commit is contained in:
Giorgos Tsiapaliwkas 2011-11-06 14:40:58 +02:00
parent 6f9ec10697
commit 7b2088cab9

View File

@ -17,10 +17,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
import QtQuick 1.1
import org.kde.plasma.core 0.1 as PlasmaCore
import org.kde.qtextracomponents 0.1
/**Documentanted API
Inherits:
Item
@ -41,6 +37,10 @@ Properties:
Returns the dir,in which the icon exists.
**/
import QtQuick 1.1
import org.kde.plasma.core 0.1 as PlasmaCore
import org.kde.qtextracomponents 0.1
Item {
id: root