diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 4 |
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); |
