#ifndef FOLDEREXPANDER_H
#define FOLDEREXPANDER_H
-// Needs to be exported as treesidebarpage uses it.
+// Needs to be exported as FoldersPanel uses it.
#include "libdolphin_export.h"
#include <QObject>
* 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: