From dbc8874c00c35aaefacdd03f8aef9e4ac4e2be01 Mon Sep 17 00:00:00 2001 From: Fredrik Höglund Date: Mon, 1 Oct 2007 22:06:49 +0000 Subject: Port dolphin to the KFileItemDelegate API changes. svn path=/trunk/KDE/kdebase/apps/; revision=719796 --- src/dolphinview.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index be02d776e..60864dd9b 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -279,10 +279,13 @@ public: Qt::SortOrder sortOrder() const; /** Sets the additional information which should be shown for the items. */ - void setAdditionalInfo(KFileItemDelegate::AdditionalInformation info); + void setAdditionalInfo(KFileItemDelegate::InformationList info); + + /** Sets the additional information which should be shown for the items. */ + void setAdditionalInfo(KFileItemDelegate::Information info); /** Returns the additional information which should be shown for the items. */ - KFileItemDelegate::AdditionalInformation additionalInfo() const; + KFileItemDelegate::InformationList additionalInfo() const; /** Reloads the current directory. */ void reload(); @@ -355,7 +358,7 @@ signals: void sortOrderChanged(Qt::SortOrder order); /** Is emitted if the additional information for an item has been changed. */ - void additionalInfoChanged(KFileItemDelegate::AdditionalInformation info); + void additionalInfoChanged(KFileItemDelegate::InformationList info); /** * Is emitted if information of an item is requested to be shown e. g. in the sidebar. -- cgit v1.3