last round of ebn fixes i had kicking around.

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=692337
This commit is contained in:
Aaron J. Seigo 2007-07-25 11:24:07 +00:00
parent 6c297f6cbb
commit 04d418f4a7
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ class PLASMA_EXPORT LayoutItem
virtual void setGeometry(const QRectF& geometry) = 0;
/**
* Returns the most appropiate size of this Item to hold whatever contents it has.
* Returns the most appropriate size of this Item to hold whatever contents it has.
*/
virtual QSizeF sizeHint() const = 0;

View File

@ -124,7 +124,7 @@ class PLASMA_EXPORT Widget : public QGraphicsItem,
virtual void invalidate();
/**
* Returns the most appropiate size of this Widget to hold it's contents.
* Returns the most appropriate size of this Widget to hold it's contents.
*/
virtual QSizeF sizeHint() const;