diff options
author | Perberos <[email protected]> | 2011-11-09 18:44:56 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 18:44:56 -0300 |
commit | da7bb154d27d3b872867223a5df60df8f5fb6e7d (patch) | |
tree | c1a40fbb481956cf2fda2263bf78389622eba0a5 /libview/ev-transition-animation.h | |
parent | 342e9e9bf91625bf6f0102fb7bbc652dea222064 (diff) | |
download | atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.bz2 atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.xz |
renaming evince to atril
Diffstat (limited to 'libview/ev-transition-animation.h')
-rw-r--r-- | libview/ev-transition-animation.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libview/ev-transition-animation.h b/libview/ev-transition-animation.h index 3d17f28d..a0882734 100644 --- a/libview/ev-transition-animation.h +++ b/libview/ev-transition-animation.h @@ -1,5 +1,5 @@ /* ev-transition-animation.h - * this file is part of evince, a mate document viewer + * this file is part of atril, a mate document viewer * * Copyright (C) 2007 Carlos Garnacho <[email protected]> * @@ -19,14 +19,14 @@ * Boston, MA 02110-1301, USA. */ -#if !defined (EVINCE_COMPILATION) +#if !defined (ATRIL_COMPILATION) #error "This is a private header." #endif #ifndef __EV_TRANSITION_ANIMATION_H__ #define __EV_TRANSITION_ANIMATION_H__ -#include <evince-document.h> +#include <atril-document.h> #include "ev-timeline.h" #include "ev-transition-effect.h" |