Fixed compile on Linux.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5177 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-05-20 16:53:28 +00:00
parent b344aebbe6
commit a7eda64872
2 changed files with 2 additions and 1 deletions

View File

@ -204,7 +204,7 @@
<customwidget>
<class>AvatarWidget</class>
<extends>QLabel</extends>
<header>gui/common/avatarwidget.h</header>
<header>gui/common/AvatarWidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>

View File

@ -23,6 +23,7 @@
#define AVATARWIDGET_H
#include <QLabel>
#include <stdint.h>
namespace Ui {
class AvatarWidget;