This intimidating patch renames libretroshare/src/rsiface/ to

libretroshare/src/retroshare/

All the relevant headers have been modified to reflect that change.

This allows installation of libretroshare on a system, headers will
be put in $WHEREVER/retroshare/ and we keep the ability to compile
against them, be it on the system or in the SVN tree.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3342 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
leander-256 2010-08-06 09:40:23 +00:00
parent e69300ccdc
commit 4bb4fc11e2
179 changed files with 289 additions and 285 deletions

View file

@ -20,10 +20,10 @@
****************************************************************/
#include "ChannelDetails.h"
#include "rsiface/rsiface.h"
#include "rsiface/rspeers.h"
#include "rsiface/rsdisc.h"
#include "rsiface/rschannels.h"
#include <retroshare/rsiface.h>
#include <retroshare/rspeers.h>
#include <retroshare/rsdisc.h>
#include <retroshare/rschannels.h>
#include <QTime>
#include <QDateTime>

View file

@ -27,8 +27,8 @@
#include "CreateChannel.h"
#include "rsiface/rschannels.h"
#include "rsiface/rspeers.h"
#include <retroshare/rschannels.h>
#include <retroshare/rspeers.h>
/** Constructor */
CreateChannel::CreateChannel(QWidget *parent)

View file

@ -29,8 +29,8 @@
#include "CreateChannelMsg.h"
#include "gui/feeds/SubFileItem.h"
#include "rsiface/rschannels.h"
#include "rsiface/rsfiles.h"
#include <retroshare/rschannels.h>
#include <retroshare/rsfiles.h>
#include <iostream>

View file

@ -20,7 +20,7 @@
****************************************************************/
#include "EditChanDetails.h"
#include "rsiface/rschannels.h"
#include <retroshare/rschannels.h>
#include <list>
#include <iostream>

View file

@ -24,8 +24,8 @@
#include <QMessageBox>
#include <algorithm>
#include "rsiface/rschannels.h"
#include "rsiface/rspeers.h"
#include <retroshare/rschannels.h>
#include <retroshare/rspeers.h>
ShareKey::ShareKey(QWidget *parent, Qt::WFlags flags, std::string chanId) :
QDialog(parent, flags), mChannelId(chanId)