blob: e77731eb5d191f881d06187a05be9fbb5312d6c2 (
plain) (
tree)
|
|
From 052ab380b6cb7f27da19ba0937bc2563b175a19b Mon Sep 17 00:00:00 2001
From: David Faure <faure@kde.org>
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<KDeclarative::ConfigPropertyMap *>(wallpaperGraphicsObject->property("configuration").value<QObject *>());
}
-#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
|