X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_ppm%2Fmptr_ppm.h;h=3dc694ac210471234e32fb7c5bdf7df506d5bb68;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=57c6db7575d526881afe4d7411d8e7261f24657b;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_ppm/mptr_ppm.h b/synfig-core/trunk/src/modules/mod_ppm/mptr_ppm.h index 57c6db7..3dc694a 100644 --- a/synfig-core/trunk/src/modules/mod_ppm/mptr_ppm.h +++ b/synfig-core/trunk/src/modules/mod_ppm/mptr_ppm.h @@ -1,5 +1,5 @@ /*! ======================================================================== -** Sinfg +** Synfig ** Template Header File ** $Id: mptr_ppm.h,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $ ** @@ -20,13 +20,13 @@ /* === S T A R T =========================================================== */ -#ifndef __SINFG_MPTR_PPM_H -#define __SINFG_MPTR_PPM_H +#ifndef __SYNFIG_MPTR_PPM_H +#define __SYNFIG_MPTR_PPM_H /* === H E A D E R S ======================================================= */ -#include -#include +#include +#include /* === M A C R O S ========================================================= */ @@ -34,16 +34,16 @@ /* === C L A S S E S & S T R U C T S ======================================= */ -class ppm_mptr : public sinfg::Importer +class ppm_mptr : public synfig::Importer { - SINFG_IMPORTER_MODULE_EXT + SYNFIG_IMPORTER_MODULE_EXT private: - sinfg::String filename; + synfig::String filename; public: ppm_mptr(const char *filename); ~ppm_mptr(); - virtual bool get_frame(sinfg::Surface &,sinfg::Time, sinfg::ProgressCallback *); + virtual bool get_frame(synfig::Surface &,synfig::Time, synfig::ProgressCallback *); }; // END of class ppm_mptr /* === E N D =============================================================== */