From 864e8e93b96770e1726137caabdd15aa24adc591 Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 30 Apr 2007 08:31:55 +0000 Subject: PreviewJob API change (KFileItems by value) svn path=/trunk/KDE/kdebase/apps/; revision=659426 --- src/dolphinview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinview.h') 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 -- cgit v1.3