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/infosidebarpage.h | |
| parent | 1b9feca40e058d45a01c00f2484149c1e13b018f (diff) | |
PreviewJob API change (KFileItems by value)
svn path=/trunk/KDE/kdebase/apps/; revision=659426
Diffstat (limited to 'src/infosidebarpage.h')
| -rw-r--r-- | src/infosidebarpage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index a5de0a23b..bb5994eaa 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -90,13 +90,13 @@ private slots: * Is invoked if no preview is available for the item. In this * case the icon will be shown. */ - void slotPreviewFailed(const KFileItem* item); + void slotPreviewFailed(const KFileItem& item); /** * Is invoked if a preview is available for the item. The preview * \a pixmap is shown inside the info page. */ - void gotPreview(const KFileItem* item, const QPixmap& pixmap); + void gotPreview(const KFileItem& item, const QPixmap& pixmap); /** * Starts the service of m_actionsVector with the index \index on |
