fix namespacing in ContextMenu

This commit is contained in:
Sebastian Kügler 2013-03-26 01:12:04 +01:00
parent 827a4d1c7e
commit 9c6b7539bc

View File

@ -41,13 +41,13 @@
****************************************************************************/ ****************************************************************************/
import QtQuick 2.0 import QtQuick 2.0
import org.kde.plasma.components 2.0 import org.kde.plasma.components 2.0 as PlasmaComponents
/** /**
* Provides a component with list of options that the user can choose from. * Provides a component with list of options that the user can choose from.
* *
* All elements of this component are defined in Menu, its base component. * All elements of this component are defined in Menu, its base component.
*/ */
Menu { PlasmaComponents.Menu {
id: root id: root
} }