gcc44 compliance for gui

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1218 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2009-05-11 14:33:32 +00:00
parent ec072e53f4
commit e4363d4db2
15 changed files with 15 additions and 2 deletions

View File

@ -23,6 +23,7 @@
#define _GENERAL_MSG_DIALOG_H
#include "ui_GeneralMsgDialog.h"
#include <stdint.h>
class SubDestItem;
class SubFileItem;

View File

@ -40,6 +40,7 @@
#include <QtGui/QGraphicsView>
#include <string>
#include <map>
#include <stdint.h>
class Node;
class Edge;

View File

@ -39,6 +39,7 @@
#include <QGraphicsItem>
#include <QList>
#include <stdint.h>
#include <string>

View File

@ -25,6 +25,7 @@
#include "ui_BlogMsgItem.h"
#include <string>
#include <stdint.h>
class FeedHolder;
class SubFileItem;

View File

@ -25,6 +25,7 @@
#include "ui_ChanMsgItem.h"
#include <string>
#include <stdint.h>
class FeedHolder;
class SubFileItem;

View File

@ -25,6 +25,7 @@
#include "ui_ChanNewItem.h"
#include <string>
#include <stdint.h>
class FeedHolder;

View File

@ -23,6 +23,7 @@
#define _FEED_HOLDER_H
#include <string>
#include <stdint.h>
const uint32_t FEEDHOLDER_MSG_MESSAGE = 0x0001;
const uint32_t FEEDHOLDER_MSG_FORUM = 0x0002;

View File

@ -27,6 +27,7 @@
class FeedHolder;
#include <string>
#include <stdint.h>
class ForumMsgItem : public QWidget, private Ui::ForumMsgItem
{

View File

@ -25,6 +25,7 @@
#include "ui_ForumNewItem.h"
#include <string>
#include <stdint.h>
class FeedHolder;

View File

@ -25,6 +25,7 @@
#include "ui_MsgItem.h"
#include <string>
#include <stdint.h>
class FeedHolder;
class SubFileItem;

View File

@ -25,6 +25,7 @@
#include "ui_PeerItem.h"
#include <string>
#include <stdint.h>
const uint32_t PEER_TYPE_STD = 0x0001;
const uint32_t PEER_TYPE_CONNECT = 0x0002;

View File

@ -25,6 +25,7 @@
#include "ui_SubDestItem.h"
#include <string>
#include <stdint.h>
class SubDestItem : public QWidget, private Ui::SubDestItem
{

View File

@ -25,6 +25,7 @@
#include "ui_SubFileItem.h"
#include <string>
#include <stdint.h>
const uint32_t SFI_MASK_STATE = 0x000f;
const uint32_t SFI_MASK_TYPE = 0x00f0;

View File

@ -31,7 +31,7 @@
#include <list>
#include <iostream>
#include <string>
#include <stdint.h>
class RsNotify;
extern RsNotify *rsNotify;

View File

@ -30,7 +30,7 @@
#include <list>
#include <iostream>
#include <string>
#include <stdint.h>
typedef std::string RsCertId;
typedef std::string RsChanId;