From 2798e5d22546487ed6f93ecb9c5a4299ce96940a Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 20 Jan 2010 13:06:16 +0000 Subject: only set the title synchronously for the file-protocol, otherwise use KIO::stat() svn path=/trunk/KDE/kdebase/apps/; revision=1077599 --- src/dolphinmainwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index c1411319a..a70aa4c23 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -425,10 +425,10 @@ private slots: void handleUrl(const KUrl& url); /** - * setUrlAsCaption will trigger a stat job which reports its result in + * setUrlAsCaption() will trigger a stat job which reports its result in * this slot. */ - void slotCaptionStatFinished( KJob* job ); + void slotCaptionStatFinished(KJob* job); private: DolphinMainWindow(int id); -- cgit v1.3.1