mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 12:24:24 -04:00
fixed compilation of LinksCloud plugin
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4984 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9ab7920a7a
commit
4867c76bb1
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <retroshare/rsplugin.h>
|
#include <retroshare/rsplugin.h>
|
||||||
#include <gui/mainpage.h>
|
#include <retroshare-gui/mainpage.h>
|
||||||
#include "p3ranking.h"
|
#include "p3ranking.h"
|
||||||
|
|
||||||
class LinksCloudPlugin: public RsPlugin
|
class LinksCloudPlugin: public RsPlugin
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
#ifndef _LINKS_DIALOG_H
|
#ifndef _LINKS_DIALOG_H
|
||||||
#define _LINKS_DIALOG_H
|
#define _LINKS_DIALOG_H
|
||||||
|
|
||||||
#include <gui/mainpage.h>
|
#include <retroshare-gui/mainpage.h>
|
||||||
#include <retroshare/rsfiles.h>
|
#include <retroshare/rsfiles.h>
|
||||||
#include <retroshare/rspeers.h>
|
#include <retroshare/rspeers.h>
|
||||||
#include "ui_LinksDialog.h"
|
#include "ui_LinksDialog.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue