~3v1n0/unity-2d/secondary-activate-support

« back to all changes in this revision

Viewing changes to launcher/LauncherList.qml

  • Committer: Florian Boucault
  • Date: 2011-06-23 17:08:53 UTC
  • mto: This revision was merged to the branch mainline in revision 615.
  • Revision ID: florian@boucault.net-20110623170853-qsu9rpkefdyffvdh
Replaced deprecated "import Qt 4.7" with "import QtQuick 1.0" everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
17
 */
18
18
 
19
 
import Qt 4.7
 
19
import QtQuick 1.0
20
20
import Unity2d 1.0 /* required for drag’n’drop handling */
21
21
 
22
22
AutoScrollingListView {