class QTimer;
class QSortFilterProxyModel;
class QModelIndex;
-class KDirModel;
/**
* Grants auto expanding functionality to the provided item view.
* signal is not emitted when a QTreeView is used, as the entering of
* the directory is already provided by expanding the tree node.
*/
- void enterDir(const QModelIndex& dirModelIndex, QAbstractItemView* view);
+ void enterDir(const QModelIndex& dirModelIndex);
private slots: