Changed the additional buttons of ChatLobbyDialog and AudioPopupChatDialog to QToolButton.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6798 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-10-04 12:13:09 +00:00
parent 9ca0775933
commit b49ba8b98f
4 changed files with 22 additions and 18 deletions

View file

@ -4,7 +4,7 @@
#include <gui/chat/PopupChatDialog.h>
#include <gui/audiodevicehelper.h>
class QPushButton;
class QToolButton;
#define VOIP_SOUND_INCOMING_CALL "VOIP_incoming_call"
@ -37,7 +37,7 @@ class AudioPopupChatDialog: public PopupChatDialog
virtual void updateStatus(int status) ;
QPushButton *audioListenToggleButton ;
QPushButton *audioMuteCaptureToggleButton ;
QToolButton *audioListenToggleButton ;
QToolButton *audioMuteCaptureToggleButton ;
};