diff options
| author | Peter Penz <[email protected]> | 2008-09-23 11:19:12 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-09-23 11:19:12 +0000 |
| commit | 28d6ea26e6aaf01428b95d50b953c2da6ad29a13 (patch) | |
| tree | c68077b9414205fffa4c97d954eee5ae63d466e8 | |
| parent | 74cee13a8ed3e5f00c6a0f2e680f80482edd1806 (diff) | |
SVN_SILENT: fixed some typos
svn path=/trunk/KDE/kdebase/apps/; revision=863852
| -rw-r--r-- | src/kfilepreviewgenerator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kfilepreviewgenerator.h b/src/kfilepreviewgenerator.h index 2a1344c5b..fa9af1380 100644 --- a/src/kfilepreviewgenerator.h +++ b/src/kfilepreviewgenerator.h @@ -65,7 +65,7 @@ public: /** * If \a show is set to true, a preview is generated for each item. If \a show * is false, the MIME type icon of the item is shown instead. Per default showing - * of the preview is turned on. Note that it is mandatory that the item view + * the preview is turned on. Note that it is mandatory that the item view * specifies an icon size by QAbstractItemView::setIconSize(), otherwise * KFilePreviewGenerator::showPreview() will always return false. */ @@ -73,7 +73,7 @@ public: bool showPreview() const; /** - * Updates the previews for all already available items. Usually It is only + * Updates the previews for all already available items. Usually it is only * necessary to invoke this method when the icon size of the abstract item view * has been changed by QAbstractItemView::setIconSize(). */ |
