]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/folderexpander.h
Fix temporary regression of sorting introduced by SVN commit 1126410
[dolphin.git] / src / folderexpander.h
index 57b8e9e5505e819b2f13626c9c8159d4d56efc0b..63de57f4ad1e64fa7b6a8f522cddde3f39a07396 100644 (file)
@@ -31,7 +31,6 @@ class QTreeView;
 class QTimer;
 class QSortFilterProxyModel;
 class QModelIndex;
-class KDirModel;
 
 /**
  * Grants auto expanding functionality to the provided item view.
@@ -63,7 +62,7 @@ signals:
      * 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: