X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fsplash.h;h=5a20e26dbd671fa232f006c46bb7c655e1edea34;hb=be371b33179c1dbd53ef59b3d060f533024ea317;hp=2af5ceb2038d2b9d4779457f1e7e23bd3d5d9803;hpb=3e2b43e46d5e65edf081565e7a56d193ef716efd;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/splash.h b/synfig-studio/trunk/src/gtkmm/splash.h index 2af5ceb..5a20e26 100644 --- a/synfig-studio/trunk/src/gtkmm/splash.h +++ b/synfig-studio/trunk/src/gtkmm/splash.h @@ -1,5 +1,5 @@ /* === S Y N F I G ========================================================= */ -/*! \file about.h +/*! \file splash.h ** \brief Header File ** ** $Id$ @@ -24,8 +24,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SYNFIG_GTKMM_ABOUT_H -#define __SYNFIG_GTKMM_ABOUT_H +#ifndef __SYNFIG_GTKMM_SPLASH_H +#define __SYNFIG_GTKMM_SPLASH_H /* === H E A D E R S ======================================================= */ @@ -46,13 +46,13 @@ namespace synfig { class ProgressCallback; }; namespace studio { -class AboutProgress; +class SplashProgress; -class About : public Gtk::Window +class Splash : public Gtk::Window { - friend class AboutProgress; + friend class SplashProgress; - AboutProgress *cb; + SplashProgress *cb; Gtk::Tooltips _tooltips; @@ -70,8 +70,8 @@ public: void set_can_self_destruct(bool x); - About(); - ~About(); + Splash(); + ~Splash(); }; }