From 052ab380b6cb7f27da19ba0937bc2563b175a19b Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 17 Jul 2017 00:07:47 +0200 Subject: 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 4d107be..8d6df0d 100644 --- a/shell/containmentconfigview.cpp +++ b/shell/containmentconfigview.cpp @@ -245,4 +245,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 08317ed..521d1c9 100644 --- a/shell/currentcontainmentactionsmodel.cpp +++ b/shell/currentcontainmentactionsmodel.cpp @@ -275,4 +275,4 @@ void CurrentContainmentActionsModel::save() } } -#include "private/moc_currentcontainmentactionsmodel.cpp" +#include "moc_currentcontainmentactionsmodel.cpp" -- cgit v0.11.2