Including 'moc' files, should speed up compilation.

svn path=/trunk/KDE/kdelibs/; revision=1095303
This commit is contained in:
Adenilson Cavalcanti Da Silva 2010-02-23 23:31:45 +00:00
parent 6265ebb629
commit af1a619c06
8 changed files with 17 additions and 1 deletions

View File

@ -85,3 +85,5 @@ void FadeAnimation::updateCurrentTime(int currentTime)
}
} //namespace Plasma
#include <../fade_p.moc>

View File

@ -94,3 +94,5 @@ void GeometryAnimation::updateCurrentTime(int currentTime)
}
} //namespace Plasma
#include <../geometry_p.moc>

View File

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

View File

@ -165,3 +165,5 @@ void PixmapTransition::updateCurrentTime(int currentTime)
}
} //namespace Plasma
#include <../pixmaptransition_p.moc>

View File

@ -141,3 +141,5 @@ void PulseAnimation::updateCurrentTime(int currentTime)
}
} //namespace Plasma
#include <../pulser_p.moc>

View File

@ -170,3 +170,5 @@ void RotationAnimation::updateCurrentTime(int currentTime)
}
}
#include <../rotation_p.moc>

View File

@ -182,4 +182,7 @@ void RotationStackedAnimation::updateTransformations()
targetWidget()->setTransformations(frontTransformation);
backWidget()->setTransformations(backTransformation);
}
}
} //namespace Plasma
#include <../rotationstacked_p.moc>

View File

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