Clean up rsiface folder, moved RemoteDirModel to gui folder.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1515 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-08-10 23:28:15 +00:00
parent 4e8294444b
commit a2e9054cac
3 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,6 @@ HEADERS += rshare.h \
rsiface/rsiface.h \
rsiface/rstypes.h \
rsiface/notifyqt.h \
rsiface/RemoteDirModel.h \
control/bandwidthevent.h \
control/eventtype.h \
gui/DLListDelegate.h \
@ -133,6 +132,7 @@ HEADERS += rshare.h \
gui/TrustView.h \
gui/MessengerWindow.h \
gui/PeersDialog.h \
gui/RemoteDirModel.h \
gui/RetroShareLinkAnalyzer.h \
gui/SearchTreeWidget.h \
gui/SearchDialog.h \
@ -325,7 +325,6 @@ FORMS += gui/BlogDialog.ui \
SOURCES += main.cpp \
rshare.cpp \
rsiface/notifyqt.cpp \
rsiface/RemoteDirModel.cpp \
gui/DLListDelegate.cpp \
gui/ULListDelegate.cpp \
gui/StartDialog.cpp \
@ -351,6 +350,7 @@ SOURCES += main.cpp \
gui/TrustView.cpp \
gui/MessengerWindow.cpp \
gui/PeersDialog.cpp \
gui/RemoteDirModel.cpp \
gui/RetroShareLinkAnalyzer.cpp \
gui/SearchTreeWidget.cpp \
gui/SearchDialog.cpp \

View File

@ -1,7 +1,7 @@
#include <set>
#include "RemoteDirModel.h"
#include "rsfiles.h"
#include "rsiface/rsfiles.h"
#include <QtGui>
#include <QIcon>