X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fwidget_timeslider.h;h=dc405eb9e026c39941d7b9dfaa67f50dd742a245;hb=c51394aa010bc4b485504bce3d07ccec339573b6;hp=0138bcfcd706a2029781280ac1054c8666417deb;hpb=3a3c4bca3a17137bec5d7960560934b91ef4146e;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/widget_timeslider.h b/synfig-studio/trunk/src/gtkmm/widget_timeslider.h index 0138bcf..dc405eb 100644 --- a/synfig-studio/trunk/src/gtkmm/widget_timeslider.h +++ b/synfig-studio/trunk/src/gtkmm/widget_timeslider.h @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file widget_timeslider.h ** \brief Time Slider Widget Header ** @@ -7,28 +7,29 @@ ** \legal ** Copyright (c) 2004 Adrian Bentley ** -** This software and associated documentation -** are CONFIDENTIAL and PROPRIETARY property of -** the above-mentioned copyright holder. +** This package is free software; you can redistribute it and/or +** modify it under the terms of the GNU General Public License as +** published by the Free Software Foundation; either version 2 of +** the License, or (at your option) any later version. ** -** You may not copy, print, publish, or in any -** other way distribute this software without -** a prior written agreement with -** the copyright holder. +** This package is distributed in the hope that it will be useful, +** but WITHOUT ANY WARRANTY; without even the implied warranty of +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +** General Public License for more details. ** \endlegal */ /* ========================================================================= */ /* === S T A R T =========================================================== */ -#ifndef __SINFG_WIDGET_TIMESLIDER_H -#define __SINFG_WIDGET_TIMESLIDER_H +#ifndef __SYNFIG_WIDGET_TIMESLIDER_H +#define __SYNFIG_WIDGET_TIMESLIDER_H /* === H E A D E R S ======================================================= */ #include #include -#include +#include #include "canvasview.h" /* === M A C R O S ========================================================= */ @@ -39,7 +40,7 @@ namespace studio { -void render_time_point_to_window(const Glib::RefPtr& window,const Gdk::Rectangle& ca,const sinfg::TimePoint &tp,bool selected=false); +void render_time_point_to_window(const Glib::RefPtr& window,const Gdk::Rectangle& ca,const synfig::TimePoint &tp,bool selected=false); /* Design for the timeslider...