ProjectExplorer: Rename userfileacessor.* to settingsacessor.*

So the file name matches the class names. Continuing the series
from the previous commit...

Change-Id: I86460f553371bdb09c2b404079f4601b1f25cf42
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Reviewed-on: http://codereview.qt-project.org/5082
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
This commit is contained in:
Leandro Melo
2011-09-16 12:57:37 +02:00
committed by Leandro T. C. Melo
parent 4c4b3be3e6
commit 9433ad7d76
4 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@
#include "projectexplorerconstants.h"
#include "projectnodes.h"
#include "target.h"
#include "userfileaccessor.h"
#include "settingsaccessor.h"
#include <coreplugin/ifile.h>
#include <coreplugin/icontext.h>