mark the private headers as such
svn path=/trunk/KDE/kdelibs/; revision=1039133
This commit is contained in:
parent
98ff0f7e6f
commit
33b5a8f082
@ -17,7 +17,7 @@
|
|||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "expand.h"
|
#include "expand_p.h"
|
||||||
|
|
||||||
#include <QRect>
|
#include <QRect>
|
||||||
#include <kdebug.h>
|
#include <kdebug.h>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "fade.h"
|
#include "fade_p.h"
|
||||||
|
|
||||||
#include <QRect>
|
#include <QRect>
|
||||||
#include <QtGui/QGraphicsOpacityEffect>
|
#include <QtGui/QGraphicsOpacityEffect>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "grow.h"
|
#include "grow_p.h"
|
||||||
|
|
||||||
#include <QRect>
|
#include <QRect>
|
||||||
#include <kdebug.h>
|
#include <kdebug.h>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pause.h"
|
#include "pause_p.h"
|
||||||
|
|
||||||
#include <QPauseAnimation>
|
#include <QPauseAnimation>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
* - fix centering of pulsed shadow object
|
* - fix centering of pulsed shadow object
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pulser.h"
|
#include "pulser_p.h"
|
||||||
|
|
||||||
#include <QAbstractAnimation>
|
#include <QAbstractAnimation>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA //
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA //
|
||||||
// 02110-1301 USA //
|
// 02110-1301 USA //
|
||||||
/////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////
|
||||||
#include "rotation.h"
|
#include "rotation_p.h"
|
||||||
|
|
||||||
#include <QGraphicsRotation>
|
#include <QGraphicsRotation>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "slide.h"
|
#include "slide_p.h"
|
||||||
|
|
||||||
#include <QPointF>
|
#include <QPointF>
|
||||||
#include <kdebug.h>
|
#include <kdebug.h>
|
||||||
|
14
animator.cpp
14
animator.cpp
@ -24,13 +24,13 @@
|
|||||||
|
|
||||||
#include "animations/abstractanimation.h"
|
#include "animations/abstractanimation.h"
|
||||||
#include "animations/animation.h"
|
#include "animations/animation.h"
|
||||||
#include "animations/expand.h"
|
#include "animations/expand_p.h"
|
||||||
#include "animations/fade.h"
|
#include "animations/fade_p.h"
|
||||||
#include "animations/grow.h"
|
#include "animations/grow_p.h"
|
||||||
#include "animations/pause.h"
|
#include "animations/pause_p.h"
|
||||||
#include "animations/pulser.h"
|
#include "animations/pulser_p.h"
|
||||||
#include "animations/rotation.h"
|
#include "animations/rotation_p.h"
|
||||||
#include "animations/slide.h"
|
#include "animations/slide_p.h"
|
||||||
|
|
||||||
namespace Plasma
|
namespace Plasma
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user