]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/infosidebarpage.h
Show elastic band on the column widget
[dolphin.git] / src / infosidebarpage.h
index c78eaa0933c5c144e0aa9318a2a8084426f3dc7e..ef014b3163d696146a8b83546ca394b1a3de536a 100644 (file)
@@ -59,7 +59,7 @@ public slots:
     virtual void setUrl(const KUrl& url);
 
     /** @see SidebarPage::setSelection() */
-    virtual void setSelection(const QList<KFileItem>& selection);
+    virtual void setSelection(const KFileItemList& selection);
 
     /**
      * Does a delayed request of information for the item \a item.
@@ -105,12 +105,12 @@ private:
     enum { TimerDelay = 300 };
 
     /**
-     * Checks whether the an URL is repesented by a bookmark. If yes,
-     * then the bookmark icon and name are shown instead of a preview.
-     * @return True, if the URL represents exactly a bookmark.
+     * Checks whether the an URL is repesented by a place. If yes,
+     * then the place icon and name are shown instead of a preview.
+     * @return True, if the URL represents exactly a place.
      * @param url The url to check.
      */
-    bool applyBookmark(const KUrl& url);
+    bool applyPlace(const KUrl& url);
 
     /** Assures that any pending item information request is cancelled. */
     void cancelRequest();