X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flayer_motionblur.h;h=e7335fd16ed77c2539740795fb7051f66bdfd672;hb=12d48d834695e24973c3dac4b186eae140870cd0;hp=5799a7c0010860950d30a7551319ffc1227be140;hpb=e3acc0b267b14fda5db3c7bbb2f218b993ef84b3;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/layer_motionblur.h b/synfig-core/trunk/src/synfig/layer_motionblur.h index 5799a7c..e7335fd 100644 --- a/synfig-core/trunk/src/synfig/layer_motionblur.h +++ b/synfig-core/trunk/src/synfig/layer_motionblur.h @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file layer_motionblur.h ** \brief Template Header ** @@ -21,8 +21,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SINFG_LAYER_MOTIONBLUR_H__ -#define __SINFG_LAYER_MOTIONBLUR_H__ +#ifndef __SYNFIG_LAYER_MOTIONBLUR_H__ +#define __SYNFIG_LAYER_MOTIONBLUR_H__ /* === H E A D E R S ======================================================= */ @@ -31,11 +31,11 @@ /* === S T R U C T S & C L A S S E S ======================================= */ -namespace sinfg { +namespace synfig { -class Layer_MotionBlur : public sinfg::Layer_Composite +class Layer_MotionBlur : public synfig::Layer_Composite { - SINFG_LAYER_MODULE_EXT + SYNFIG_LAYER_MODULE_EXT private: @@ -47,7 +47,7 @@ public: Layer_MotionBlur(); - virtual bool set_param(const String & param, const sinfg::ValueBase &value); + virtual bool set_param(const String & param, const synfig::ValueBase &value); virtual ValueBase get_param(const String & param)const; @@ -63,7 +63,7 @@ public: }; // END of class Layer_MotionBlur -}; // END of namespace sinfg +}; // END of namespace synfig /* === E N D =============================================================== */