From e601a8200b9268b79a3e9a25697ec3956a8210b8 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Sun, 14 Sep 2014 17:52:19 +0200 Subject: [PATCH] minor fixes --- CMakeLists.txt | 2 +- shell/contents/views/Desktop.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ff351fb..328bf27e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -project(plasma-device-sim) +project(plasma-phone-components) # minimal requirements cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR) diff --git a/shell/contents/views/Desktop.qml b/shell/contents/views/Desktop.qml index af137947..dceaa025 100644 --- a/shell/contents/views/Desktop.qml +++ b/shell/contents/views/Desktop.qml @@ -3,7 +3,7 @@ import org.kde.plasma.core 2.0 as PlasmaCore import "../components" Rectangle { - id: root + id: homescreen width: 1024 height: 768