SVN_SILENT Fix typos in kdebase

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=875089
This commit is contained in:
Enrique Matías Sánchez 2008-10-23 09:31:44 +00:00
parent 116a1d690c
commit e27379f475

View File

@ -216,14 +216,14 @@ class PLASMA_EXPORT Theme : public QObject
/** /**
* Inserts a rectangle of a sub element of an image into a disk cache * Inserts a rectangle of a sub element of an image into a disk cache
* *
* @arg image path of the image we want to insert informations * @arg image path of the image we want to insert information
* @arg element sub element we want insert the rect * @arg element sub element we want insert the rect
* @arg rect element rectangle * @arg rect element rectangle
**/ **/
void insertIntoRectsCache(const QString& image, const QString &element, const QRectF &rect); void insertIntoRectsCache(const QString& image, const QString &element, const QRectF &rect);
/** /**
* Discards all the informations about a given image from the rectangle disk cache * Discards all the information about a given image from the rectangle disk cache
**/ **/
void invalidateRectsCache(const QString& image); void invalidateRectsCache(const QString& image);