- /**
- * Handles a click on a places item: if the middle mouse button is
- * clicked, a new tab is opened for \a url, otherwise the current
- * view is replaced by \a url.
- */
- void handlePlacesClick(const KUrl& url, Qt::MouseButtons buttons);
-
- /**
- * Is connected to the KTabBar signal testCanDecode() and adjusts
- * the output parameter \a accept.
- */
- void slotTestCanDecode(const QDragMoveEvent* event, bool& accept);
-