]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/folderexpander.h
* Use Nepomuk for getting the meta data instead of KFileMetaInfo.
[dolphin.git] / src / folderexpander.h
index d8da29f17d972e006a62dbb8ed97ae64e6a53394..73d16c5c42dd77f84be25edeaaec66230c461d88 100644 (file)
@@ -20,7 +20,7 @@
 #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>
@@ -63,7 +63,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: