code cleanup
[case] / src / filelist.cpp
index a4927b8..fe281b8 100644 (file)
@@ -24,7 +24,7 @@
 #include <hildon-mime.h>
 #include <dbus/dbus.h>
 
-#include "fileoperator.h"
+#include "utils.h"
 
 
 FileList::FileList(QWidget *parent) :
@@ -62,7 +62,7 @@ const QString FileList::path() const {
 
 
 bool FileList::changePath(QString path) {
-    path = FileOperator::unwindPath(path);
+    path = unwindPath(path);
     QDir dir(fileSystemModel->rootPath());
     if (dir.cd(path)) {
         setRootIndex(fileSystemModel->setRootPath(dir.absolutePath()));