diff options
| author | David Faure <[email protected]> | 2007-10-02 12:22:47 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-10-02 12:22:47 +0000 |
| commit | 4a2416e4bd9b646772d0c1da52a7e57a4cf8ec04 (patch) | |
| tree | 8285fd1a6484bcf6242606991279d13c03e4290b /src/dolphinview.h | |
| parent | cca33875bc6581beb567f9febaa825f55f41e20e (diff) | |
fix signal/slot
svn path=/trunk/KDE/kdebase/apps/; revision=720110
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 60864dd9b..c2173b9ff 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -432,7 +432,7 @@ private slots: * The current preview settings (maximum size, 'Show Preview' menu) * are respected. */ - void generatePreviews(const QList<KFileItem>& items); + void generatePreviews(const KFileItemList& items); /** * Replaces the icon of the item \a item by the preview pixmap |
