┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-01-20 13:06:16 +0000
committerPeter Penz <[email protected]>2010-01-20 13:06:16 +0000
commit2798e5d22546487ed6f93ecb9c5a4299ce96940a (patch)
tree98e16d42758214d13556433863dfd1d5d96e783d /src/dolphinmainwindow.h
parenta567da792ac6a337e9ffeb9468215ef4f2c326ce (diff)
only set the title synchronously for the file-protocol, otherwise use KIO::stat()
svn path=/trunk/KDE/kdebase/apps/; revision=1077599
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h4
1 files changed, 2 insertions, 2 deletions
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);