diff options
| author | Peter Penz <[email protected]> | 2007-08-17 06:53:48 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-08-17 06:53:48 +0000 |
| commit | 0fbe48776970901527d36c9be5f00e0454b06f04 (patch) | |
| tree | 24bbb19b51839353dac98dcafbc7f216f8d09dda /src/dolphinview.h | |
| parent | 78f8358cd5d3bdd2ca6755a7fbfcb28bddacbc6c (diff) | |
use adjusted signals from KDirLister
svn path=/trunk/KDE/kdebase/apps/; revision=701057
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 0ad8de772..cd6bd977a 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -406,7 +406,7 @@ private slots: * The current preview settings (maximum size, 'Show Preview' menu) * are respected. */ - void generatePreviews(const KFileItemList& items); + void generatePreviews(const QList<KFileItem>& items); /** * Replaces the icon of the item \a item by the preview pixmap |
