]> cloud.milkyroute.net Git - dolphin.git/commitdiff
SVN_SILENT: fixed some typos
authorPeter Penz <peter.penz19@gmail.com>
Tue, 23 Sep 2008 11:19:12 +0000 (11:19 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Tue, 23 Sep 2008 11:19:12 +0000 (11:19 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=863852

src/kfilepreviewgenerator.h

index 2a1344c5bdd9944af8e096fb1615211b6ced60ed..fa9af1380a0152fbdc2a3c96c43394ea11e2d777 100644 (file)
@@ -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().
      */