┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-08-29 20:13:39 +0200
committerPeter Penz <[email protected]>2011-08-29 20:14:33 +0200
commit1b88652b8569118dff1a0e61d85326e8c5d91d51 (patch)
treeeff3f062733c119863a5e7d1d3e317fbfd913219 /src/dolphinviewcontainer.h
parentaa94938451e50c8b1c8a3382e63ac6d3731b5073 (diff)
Renamed some signals for consistency with KItemViews classes
Diffstat (limited to 'src/dolphinviewcontainer.h')
-rw-r--r--src/dolphinviewcontainer.h2
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.