Fix compilation with current cmake (git branch release).

I don't see what the private/ in front of the moc_ filenames was for anyway.
wilder-5.14
David Faure 9 years ago committed by Fabian Vogt
parent 7023498704
commit d02f03f46e
  1. 2
      shell/containmentconfigview.cpp
  2. 2
      shell/currentcontainmentactionsmodel.cpp

@ -243,4 +243,4 @@ void ContainmentConfigView::syncWallpaperObjects()
m_currentWallpaperConfig = static_cast<KDeclarative::ConfigPropertyMap *>(wallpaperGraphicsObject->property("configuration").value<QObject *>());
}
#include "private/moc_containmentconfigview.cpp"
#include "moc_containmentconfigview.cpp"

@ -266,4 +266,4 @@ void CurrentContainmentActionsModel::save()
}
}
#include "private/moc_currentcontainmentactionsmodel.cpp"
#include "moc_currentcontainmentactionsmodel.cpp"

Loading…
Cancel
Save