diff options
| author | Fredrik Höglund <[email protected]> | 2007-10-01 22:06:49 +0000 |
|---|---|---|
| committer | Fredrik Höglund <[email protected]> | 2007-10-01 22:06:49 +0000 |
| commit | dbc8874c00c35aaefacdd03f8aef9e4ac4e2be01 (patch) | |
| tree | 40880f16b744231bbdde06db2996bc8e9485f820 /src/dolphinmainwindow.h | |
| parent | dd34d651b5d1d4289d39bbd75b696ec5e1d6d0b3 (diff) | |
Port dolphin to the KFileItemDelegate API changes.
svn path=/trunk/KDE/kdebase/apps/; revision=719796
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 6e6c4269b..8970b89cb 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -398,7 +398,7 @@ private slots: void slotSortOrderChanged(Qt::SortOrder order); /** Updates the state of the 'Additional Information' actions. */ - void slotAdditionalInfoChanged(KFileItemDelegate::AdditionalInformation info); + void slotAdditionalInfoChanged(KFileItemDelegate::InformationList info); /** * Updates the state of the 'Edit' menu actions and emits |
