fixed strings

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7563 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-09-26 11:02:51 +00:00
parent eede11a772
commit 4eed106579
2 changed files with 5 additions and 5 deletions

View file

@ -27,18 +27,18 @@
*
*
*/
class CAllToaster : public QWidget
class CallToaster : public QWidget
{
Q_OBJECT
public:
CallToaster(const std::string &peerId);
CallToaster(const RsPeerId &peerId);
private slots:
void chatButtonSlot();
private:
std::string peerId;
RsPeerId peerId;
/** Qt Designer generated object */
Ui::CallToaster ui;