From d8669c68e40a6571dfcbdf38e3281a4aeb8c2be6 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 8 Dec 2006 23:41:08 +0000 Subject: Cleanup of signal/slot handling between the dolphin view and the main window: now the main window listens to the signals from the dolphin view and connects to private slots (previously the dolphin view connected to public slots of the main window). Also prevent naming all slots by the prefix 'slot', describe instead what the method does. svn path=/trunk/playground/utils/dolphin/; revision=611617 --- src/infosidebarpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/infosidebarpage.cpp') diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp index 0b1588e83..3a8099d6e 100644 --- a/src/infosidebarpage.cpp +++ b/src/infosidebarpage.cpp @@ -234,7 +234,7 @@ void InfoSidebarPage::connectToActiveView() cancelRequest(); DolphinView* view = mainWindow()->activeView(); - connect(view, SIGNAL(signalRequestItemInfo(const KUrl&)), + connect(view, SIGNAL(requestItemInfo(const KUrl&)), this, SLOT(requestDelayedItemInfo(const KUrl&))); connect(view, SIGNAL(signalUrlChanged(const KUrl&)), this, SLOT(requestItemInfo(const KUrl&))); -- cgit v1.3