Fix 1678554 and implement 1741220: change the about dialog to a splash screen and...
[synfig.git] / synfig-studio / trunk / src / gtkmm / splash.h
index 2af5ceb..5a20e26 100644 (file)
@@ -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();
 };
 
 }