fix the moc
svn path=/trunk/KDE/kdelibs/; revision=1178380
This commit is contained in:
parent
175ad015c0
commit
4502af56ad
@ -89,4 +89,4 @@ void Animation::updateCurrentTime(int currentTime)
|
||||
|
||||
} //namespace Plasma
|
||||
|
||||
#include <../animation.moc>
|
||||
#include "animation.moc"
|
||||
|
@ -83,4 +83,4 @@ void FadeAnimation::updateEffectiveTime(int currentTime)
|
||||
|
||||
} //namespace Plasma
|
||||
|
||||
#include <../fade_p.moc>
|
||||
#include "fade_p.moc"
|
||||
|
@ -96,4 +96,4 @@ void GeometryAnimation::updateEffectiveTime(int currentTime)
|
||||
|
||||
} //namespace Plasma
|
||||
|
||||
#include <../geometry_p.moc>
|
||||
#include "geometry_p.moc"
|
||||
|
@ -95,5 +95,5 @@ void GrowAnimation::updateState(QAbstractAnimation::State newState, QAbstractAni
|
||||
|
||||
} //namespace Plasma
|
||||
|
||||
#include <../grow_p.moc>
|
||||
#include "grow_p.moc"
|
||||
|
||||
|
@ -121,4 +121,4 @@ void JavascriptAnimation::updateEffectiveTime(int currentTime)
|
||||
|
||||
} //namespace Plasma
|
||||
|
||||
#include <javascriptanimation_p.moc>
|
||||
#include "javascriptanimation_p.moc"
|
||||
|
@ -175,4 +175,4 @@ void PixmapTransition::updateEffectiveTime(int currentTime)
|
||||
|
||||
} //namespace Plasma
|
||||
|
||||
#include <../pixmaptransition_p.moc>
|
||||
#include "pixmaptransition_p.moc"
|
||||
|
@ -141,4 +141,4 @@ void PulseAnimation::updateEffectiveTime(int currentTime)
|
||||
|
||||
} //namespace Plasma
|
||||
|
||||
#include <../pulser_p.moc>
|
||||
#include "pulser_p.moc"
|
||||
|
@ -162,4 +162,4 @@ void RotationAnimation::updateEffectiveTime(int currentTime)
|
||||
|
||||
}
|
||||
|
||||
#include <../rotation_p.moc>
|
||||
#include "rotation_p.moc"
|
||||
|
@ -185,4 +185,4 @@ void RotationStackedAnimation::updateTransformations()
|
||||
|
||||
} //namespace Plasma
|
||||
|
||||
#include <../rotationstacked_p.moc>
|
||||
#include "rotationstacked_p.moc"
|
||||
|
@ -126,4 +126,4 @@ void SlideAnimation::updateState(QAbstractAnimation::State newState, QAbstractAn
|
||||
|
||||
} //namespace Plasma
|
||||
|
||||
#include <../slide_p.moc>
|
||||
#include "slide_p.moc"
|
||||
|
Loading…
Reference in New Issue
Block a user