diff --git a/core/pagecontroller.cpp b/core/pagecontroller.cpp index 94756f0de..d96761ae4 100644 --- a/core/pagecontroller.cpp +++ b/core/pagecontroller.cpp @@ -49,4 +49,4 @@ void PageController::imageRotationDone(ThreadWeaver::Job *j) job->deleteLater(); } -#include "pagecontroller_p.moc" +#include "pagecontroller.moc" diff --git a/core/rotationjob.cpp b/core/rotationjob.cpp index 3447fb489..5ffd2496b 100644 --- a/core/rotationjob.cpp +++ b/core/rotationjob.cpp @@ -103,4 +103,4 @@ QTransform RotationJob::rotationMatrix( Rotation from, Rotation to ) return matrix; } -#include "rotationjob_p.moc" +#include "rotationjob.moc"