From d02f03f46e9c380c2a18045b335a8e26f385999d Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 17 Jul 2017 00:07:47 +0200 Subject: [PATCH] Fix compilation with current cmake (git branch release). I don't see what the private/ in front of the moc_ filenames was for anyway. --- shell/containmentconfigview.cpp | 2 +- shell/currentcontainmentactionsmodel.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/containmentconfigview.cpp b/shell/containmentconfigview.cpp index 833cfb06f..0b3f11876 100644 --- a/shell/containmentconfigview.cpp +++ b/shell/containmentconfigview.cpp @@ -243,4 +243,4 @@ void ContainmentConfigView::syncWallpaperObjects() m_currentWallpaperConfig = static_cast(wallpaperGraphicsObject->property("configuration").value()); } -#include "private/moc_containmentconfigview.cpp" +#include "moc_containmentconfigview.cpp" diff --git a/shell/currentcontainmentactionsmodel.cpp b/shell/currentcontainmentactionsmodel.cpp index 836f463ea..212d40a20 100644 --- a/shell/currentcontainmentactionsmodel.cpp +++ b/shell/currentcontainmentactionsmodel.cpp @@ -266,4 +266,4 @@ void CurrentContainmentActionsModel::save() } } -#include "private/moc_currentcontainmentactionsmodel.cpp" +#include "moc_currentcontainmentactionsmodel.cpp"