diff options
| author | Peter Penz <[email protected]> | 2007-10-05 22:32:13 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-10-05 22:32:13 +0000 |
| commit | 77a576335ca8ef6a8921b766c43b07b6eb65e80f (patch) | |
| tree | 87196284c274a8300c15cec9ad6a2308025fdbc3 /src/dolphindetailsview.h | |
| parent | 7a62507d3dea468b3f1709f1c37470eafa766303 (diff) | |
fixed most regressions due to the previous column-view refactoring
svn path=/trunk/KDE/kdebase/apps/; revision=721706
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 06cd9a833..c8fd90aa8 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -108,7 +108,7 @@ private slots: /** * Called by QTreeView when an item is activated (clicked or double-clicked) */ - void slotItemActivated(const QModelIndex& index); + void triggerItem(const QModelIndex& index); /** * Opens a context menu at the position \a pos and allows to |
