diff options
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index ec7fcf85b..953e8f11d 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -451,7 +451,7 @@ private slots: * Replaces the icon of the item \a item by the preview pixmap * \a pixmap. */ - void showPreview(const KFileItem* item, const QPixmap& pixmap); + void showPreview(const KFileItem& item, const QPixmap& pixmap); /** * Restores the x- and y-position of the contents if the |
