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 #define _GENERAL_MSG_DIALOG_H
#include "ui_GeneralMsgDialog.h" #include "ui_GeneralMsgDialog.h"
#include <stdint.h>
class SubDestItem; class SubDestItem;
class SubFileItem; class SubFileItem;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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