X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fautorecover.h;h=4b018ef0ee9d417be050b4a1ee4ea3de30d622eb;hb=e8a065f2385c219c511b57dac52786120bfa097d;hp=c6a4ed0e0d4c03463b2e0a34ffa25d0ce7e8ddcc;hpb=3a3c4bca3a17137bec5d7960560934b91ef4146e;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/autorecover.h b/synfig-studio/trunk/src/gtkmm/autorecover.h index c6a4ed0..4b018ef 100644 --- a/synfig-studio/trunk/src/gtkmm/autorecover.h +++ b/synfig-studio/trunk/src/gtkmm/autorecover.h @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file autorecover.h ** \brief Template Header ** @@ -21,13 +21,13 @@ /* === S T A R T =========================================================== */ -#ifndef __SINFG_AUTORECOVER_H -#define __SINFG_AUTORECOVER_H +#ifndef __SYNFIG_AUTORECOVER_H +#define __SYNFIG_AUTORECOVER_H /* === H E A D E R S ======================================================= */ -#include -#include +#include +#include #include /* === M A C R O S ========================================================= */ @@ -47,7 +47,7 @@ public: ~AutoRecover(); static int pid(); - static sinfg::String get_shadow_file_name(const sinfg::String& filename); + static synfig::String get_shadow_file_name(const synfig::String& filename); static bool auto_backup(); @@ -56,14 +56,14 @@ public: void set_timeout(int milliseconds); int get_timeout()const { return timeout; } - static sinfg::String get_shadow_directory(); + static synfig::String get_shadow_directory(); bool recovery_needed()const; bool recover(); void normal_shutdown(); - void clear_backup(sinfg::Canvas::Handle canvas); + void clear_backup(synfig::Canvas::Handle canvas); }; // END of class AutoRecover }; // END of namespace studio