fix the moc

svn path=/trunk/KDE/kdelibs/; revision=1178380
This commit is contained in:
Aaron J. Seigo 2010-09-22 21:14:40 +00:00
parent 175ad015c0
commit 4502af56ad
10 changed files with 10 additions and 10 deletions

View File

@ -89,4 +89,4 @@ void Animation::updateCurrentTime(int currentTime)
} //namespace Plasma
#include <../animation.moc>
#include "animation.moc"

View File

@ -83,4 +83,4 @@ void FadeAnimation::updateEffectiveTime(int currentTime)
} //namespace Plasma
#include <../fade_p.moc>
#include "fade_p.moc"

View File

@ -96,4 +96,4 @@ void GeometryAnimation::updateEffectiveTime(int currentTime)
} //namespace Plasma
#include <../geometry_p.moc>
#include "geometry_p.moc"

View File

@ -95,5 +95,5 @@ void GrowAnimation::updateState(QAbstractAnimation::State newState, QAbstractAni
} //namespace Plasma
#include <../grow_p.moc>
#include "grow_p.moc"

View File

@ -121,4 +121,4 @@ void JavascriptAnimation::updateEffectiveTime(int currentTime)
} //namespace Plasma
#include <javascriptanimation_p.moc>
#include "javascriptanimation_p.moc"

View File

@ -175,4 +175,4 @@ void PixmapTransition::updateEffectiveTime(int currentTime)
} //namespace Plasma
#include <../pixmaptransition_p.moc>
#include "pixmaptransition_p.moc"

View File

@ -141,4 +141,4 @@ void PulseAnimation::updateEffectiveTime(int currentTime)
} //namespace Plasma
#include <../pulser_p.moc>
#include "pulser_p.moc"

View File

@ -162,4 +162,4 @@ void RotationAnimation::updateEffectiveTime(int currentTime)
}
#include <../rotation_p.moc>
#include "rotation_p.moc"

View File

@ -185,4 +185,4 @@ void RotationStackedAnimation::updateTransformations()
} //namespace Plasma
#include <../rotationstacked_p.moc>
#include "rotationstacked_p.moc"

View File

@ -126,4 +126,4 @@ void SlideAnimation::updateState(QAbstractAnimation::State newState, QAbstractAn
} //namespace Plasma
#include <../slide_p.moc>
#include "slide_p.moc"