┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2007-07-02 17:24:54 +0000
committerDavid Faure <[email protected]>2007-07-02 17:24:54 +0000
commitd89f43f66bb323a612c2f7de09d5969e437845e0 (patch)
tree8ca781b6252342fc0404fed835d6021122276171 /src/dolphinviewcontainer.h
parent398005a9913a3773ba6e3539c4bf2728628623a4 (diff)
Change signature of requestItemInfo signal, to avoid fileitem -> url -> index -> fileitem roundtrip in dolphin,
and to match the BrowserExtension mouseOverInfo() signal. Started to implement more of the part (e.g. spinning wheel in konq). svn path=/trunk/KDE/kdebase/apps/; revision=682440
Diffstat (limited to 'src/dolphinviewcontainer.h')
-rw-r--r--src/dolphinviewcontainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h
index de77fb03a..40bfff7ed 100644
--- a/src/dolphinviewcontainer.h
+++ b/src/dolphinviewcontainer.h
@@ -155,7 +155,7 @@ private slots:
* Shows the item information for the URL \a url inside the statusbar. If the
* URL is empty, the default statusbar information is shown.
*/
- void showItemInfo(const KUrl& url);
+ void showItemInfo(const KFileItem& item);
/** Shows the information \a msg inside the statusbar. */
void showInfoMessage(const QString& msg);