From fdf223494daf658961085425c7ade0fecc65d299 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Fri, 8 Aug 2014 01:25:43 +0200 Subject: [PATCH] Fix moc includes --- core/pagecontroller.cpp | 2 +- core/rotationjob.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"