From 656736c1afe2f2e16570df8c73f8a6beb3141ce2 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Fri, 20 Apr 2007 13:02:45 +0000 Subject: [PATCH] Link -> Action renaming. Step #4a: more apidox fixes. svn path=/trunk/KDE/kdegraphics/okular/; revision=656149 --- core/area.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/area.h b/core/area.h index 424a4858d..a8791709e 100644 --- a/core/area.h +++ b/core/area.h @@ -212,13 +212,13 @@ class OKULAR_EXPORT NormalizedRect /** * @short NormalizedRect that contains a reference to an object. * - * These rects contains a pointer to a okular object (such as a link or something + * These rects contains a pointer to a okular object (such as an action or something * like that). The pointer is read and stored as 'void pointer' so cast is * performed by accessors based on the value returned by objectType(). Objects * are reparented to this class. * * Type / Class correspondency tab: - * - Link : class Link : description of a link + * - Action : class Action: description of an action * - Image : class Image : description of an image (n/a) * - Annotation: class Annotation: description of an annotation */ @@ -230,7 +230,7 @@ class OKULAR_EXPORT ObjectRect */ enum ObjectType { - Action, ///< A link + Action, ///< An action Image, ///< An image OAnnotation, ///< An annotation SourceRef ///< A source reference