diff options
| author | Peter Penz <[email protected]> | 2011-08-29 20:13:39 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-08-29 20:14:33 +0200 |
| commit | 1b88652b8569118dff1a0e61d85326e8c5d91d51 (patch) | |
| tree | eff3f062733c119863a5e7d1d3e317fbfd913219 /src/dolphinviewcontainer.h | |
| parent | aa94938451e50c8b1c8a3382e63ac6d3731b5073 (diff) | |
Renamed some signals for consistency with KItemViews classes
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 7aea304b8..ee9f83dea 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -173,7 +173,7 @@ private slots: * directory is opened in the view. If the item is a file, the file * gets started by the corresponding application. */ - void slotItemTriggered(const KFileItem& item); + void slotItemActivated(const KFileItem& item); /** * Opens a the file \a url by opening the corresponding application. |
