X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_ppm%2Fmptr_ppm.cpp;fp=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_ppm%2Fmptr_ppm.cpp;h=48ca70732c09ad2275333016c122c8afbe6ef3d4;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=c6f18a4cf7561455166b926045ccce95ccc2cec2;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_ppm/mptr_ppm.cpp b/synfig-core/trunk/src/modules/mod_ppm/mptr_ppm.cpp index c6f18a4..48ca707 100644 --- a/synfig-core/trunk/src/modules/mod_ppm/mptr_ppm.cpp +++ b/synfig-core/trunk/src/modules/mod_ppm/mptr_ppm.cpp @@ -1,5 +1,5 @@ /*! ======================================================================== -** Sinfg +** Synfig ** ppm Target Module ** $Id: mptr_ppm.cpp,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $ ** @@ -28,11 +28,11 @@ #endif #include "mptr_ppm.h" -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #include @@ -42,17 +42,17 @@ /* === M A C R O S ========================================================= */ -using namespace sinfg; +using namespace synfig; using namespace std; using namespace etl; /* === G L O B A L S ======================================================= */ -SINFG_IMPORTER_INIT(ppm_mptr); -SINFG_IMPORTER_SET_NAME(ppm_mptr,"ppm_mptr"); -SINFG_IMPORTER_SET_EXT(ppm_mptr,"ppm"); -SINFG_IMPORTER_SET_VERSION(ppm_mptr,"0.1"); -SINFG_IMPORTER_SET_CVS_ID(ppm_mptr,"$Id: mptr_ppm.cpp,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $"); +SYNFIG_IMPORTER_INIT(ppm_mptr); +SYNFIG_IMPORTER_SET_NAME(ppm_mptr,"ppm_mptr"); +SYNFIG_IMPORTER_SET_EXT(ppm_mptr,"ppm"); +SYNFIG_IMPORTER_SET_VERSION(ppm_mptr,"0.1"); +SYNFIG_IMPORTER_SET_CVS_ID(ppm_mptr,"$Id: mptr_ppm.cpp,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $"); /* === M E T H O D S ======================================================= */ @@ -66,7 +66,7 @@ ppm_mptr::~ppm_mptr() } bool -ppm_mptr::get_frame(sinfg::Surface &surface,Time, sinfg::ProgressCallback *cb) +ppm_mptr::get_frame(synfig::Surface &surface,Time, synfig::ProgressCallback *cb) { SmartFILE file(fopen(filename.c_str(),"rb")); if(!file)