diff --git a/animations/animation.cpp b/animations/animation.cpp index 118a77f32..190b0b9df 100644 --- a/animations/animation.cpp +++ b/animations/animation.cpp @@ -89,4 +89,4 @@ void Animation::updateCurrentTime(int currentTime) } //namespace Plasma -#include <../animation.moc> +#include "animation.moc" diff --git a/animations/fade.cpp b/animations/fade.cpp index b86731e00..813cb1858 100644 --- a/animations/fade.cpp +++ b/animations/fade.cpp @@ -83,4 +83,4 @@ void FadeAnimation::updateEffectiveTime(int currentTime) } //namespace Plasma -#include <../fade_p.moc> +#include "fade_p.moc" diff --git a/animations/geometry.cpp b/animations/geometry.cpp index a9dfefcb8..9edf11001 100644 --- a/animations/geometry.cpp +++ b/animations/geometry.cpp @@ -96,4 +96,4 @@ void GeometryAnimation::updateEffectiveTime(int currentTime) } //namespace Plasma -#include <../geometry_p.moc> +#include "geometry_p.moc" diff --git a/animations/grow.cpp b/animations/grow.cpp index 314d603b1..1d9a009d7 100644 --- a/animations/grow.cpp +++ b/animations/grow.cpp @@ -95,5 +95,5 @@ void GrowAnimation::updateState(QAbstractAnimation::State newState, QAbstractAni } //namespace Plasma -#include <../grow_p.moc> +#include "grow_p.moc" diff --git a/animations/javascriptanimation.cpp b/animations/javascriptanimation.cpp index e737b955c..01cefdf98 100644 --- a/animations/javascriptanimation.cpp +++ b/animations/javascriptanimation.cpp @@ -121,4 +121,4 @@ void JavascriptAnimation::updateEffectiveTime(int currentTime) } //namespace Plasma -#include +#include "javascriptanimation_p.moc" diff --git a/animations/pixmaptransition.cpp b/animations/pixmaptransition.cpp index 2be6efa71..5a1accb4f 100644 --- a/animations/pixmaptransition.cpp +++ b/animations/pixmaptransition.cpp @@ -175,4 +175,4 @@ void PixmapTransition::updateEffectiveTime(int currentTime) } //namespace Plasma -#include <../pixmaptransition_p.moc> +#include "pixmaptransition_p.moc" diff --git a/animations/pulser.cpp b/animations/pulser.cpp index 594f395a5..850b73b96 100644 --- a/animations/pulser.cpp +++ b/animations/pulser.cpp @@ -141,4 +141,4 @@ void PulseAnimation::updateEffectiveTime(int currentTime) } //namespace Plasma -#include <../pulser_p.moc> +#include "pulser_p.moc" diff --git a/animations/rotation.cpp b/animations/rotation.cpp index db0761c1e..b57af6675 100644 --- a/animations/rotation.cpp +++ b/animations/rotation.cpp @@ -162,4 +162,4 @@ void RotationAnimation::updateEffectiveTime(int currentTime) } -#include <../rotation_p.moc> +#include "rotation_p.moc" diff --git a/animations/rotationstacked.cpp b/animations/rotationstacked.cpp index 480393bce..205241520 100644 --- a/animations/rotationstacked.cpp +++ b/animations/rotationstacked.cpp @@ -185,4 +185,4 @@ void RotationStackedAnimation::updateTransformations() } //namespace Plasma -#include <../rotationstacked_p.moc> +#include "rotationstacked_p.moc" diff --git a/animations/slide.cpp b/animations/slide.cpp index 56766eb08..cc0e0227c 100644 --- a/animations/slide.cpp +++ b/animations/slide.cpp @@ -126,4 +126,4 @@ void SlideAnimation::updateState(QAbstractAnimation::State newState, QAbstractAn } //namespace Plasma -#include <../slide_p.moc> +#include "slide_p.moc"