diff options
| author | David Faure <[email protected]> | 2007-04-30 08:31:55 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-04-30 08:31:55 +0000 |
| commit | 864e8e93b96770e1726137caabdd15aa24adc591 (patch) | |
| tree | 30b164d1f42ef45a0881a7cfc6be99ebec42abb4 /src/dolphinview.h | |
| parent | 1b9feca40e058d45a01c00f2484149c1e13b018f (diff) | |
PreviewJob API change (KFileItems by value)
svn path=/trunk/KDE/kdebase/apps/; revision=659426
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 |
