Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 59444479cc56ee16ea1cff3e42393519 > files > 4

clash-0.4.5-12.mga7.src.rpm

--- src/external/flash/flash.h.orig	2011-09-03 15:06:52.321219000 +0200
+++ src/external/flash/flash.h	2011-09-03 15:07:48.651219000 +0200
@@ -33,9 +33,9 @@
 {	
 	public:
 		static void exportFlash(Object* object, int startFrame, int endFrame, QMatrix view, QSize exportSize, QString filePath, int fps, int compression);
-		static void convertToSWFSprite( BitmapImage* image, Object* object, QMatrix view, SWFSprite* sprite );
-		static void convertToSWFSprite( VectorImage* vectorImage, Object* object, QMatrix view, SWFSprite* sprite );
-		static void addShape( SWFSprite* sprite, QPainterPath path, QColor fillColour, QColor borderColour, qreal width, bool fill );
+		static void convertToSWFSprite( BitmapImage* image, Object* object, QMatrix view, SWFMovieClip* sprite );
+		static void convertToSWFSprite( VectorImage* vectorImage, Object* object, QMatrix view, SWFMovieClip* sprite );
+		static void addShape( SWFMovieClip* sprite, QPainterPath path, QColor fillColour, QColor borderColour, qreal width, bool fill );
 };
 
 #endif