/** Opens Kompare for 2 selected files. */
void compareFiles();
+ /**
+ * Initiates a preview of the selected files
+ * on the desktop by the Previewer plasmoid.
+ */
+ void quickView();
+
/**
* Hides the menu bar if it is visible, makes the menu bar
* visible if it is hidden.
* 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);
private:
DolphinMainWindow(int id);