From 1b88652b8569118dff1a0e61d85326e8c5d91d51 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 29 Aug 2011 20:13:39 +0200 Subject: Renamed some signals for consistency with KItemViews classes --- src/dolphinpart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinpart.h') diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 17650469d..fb4ed0afc 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -128,7 +128,7 @@ private Q_SLOTS: /** * Handles clicking on an item */ - void slotItemTriggered(const KFileItem& item); + void slotItemActivated(const KFileItem& item); /** * Creates a new window showing the content of \a url. */ -- cgit v1.3.1