#include <KSortableList>
#include <kxmlguiwindow.h>
+#ifdef HAVE_BALOO
+ #include "panels/information/informationpanel.h"
+#endif
+
#include <QIcon>
#include <QList>
#include <QMenu>
class KHelpMenu;
class KToolBarPopupAction;
class QToolButton;
-class QIcon;
class PlacesPanel;
class TerminalPanel;
*/
void requestItemInfo(const KFileItem& item);
+ /**
+ * It is emitted when in the current view, files are changed,
+ * or dirs have files/removed from them.
+ */
+ void fileItemsChanged(const KFileItemList &changedFileItems);
+
/**
* Is emitted if the settings have been changed.
*/
QMetaObject::Connection m_updateHistoryConnection;
QMenu m_searchTools;
-
};
inline DolphinViewContainer* DolphinMainWindow::activeViewContainer() const