mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-20 03:48:16 -04:00
Moved the chat lobby tabs to the FriendsDialog.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4811 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1ec716175b
commit
912e5339ca
12 changed files with 73 additions and 101 deletions
|
@ -23,7 +23,7 @@
|
|||
#ifndef CHATTABWIDGET_H
|
||||
#define CHATTABWIDGET_H
|
||||
|
||||
#include <QTabWidget>
|
||||
#include "gui/common/RSTabWidget.h"
|
||||
|
||||
namespace Ui {
|
||||
class ChatTabWidget;
|
||||
|
@ -31,7 +31,7 @@ class ChatTabWidget;
|
|||
|
||||
class ChatDialog;
|
||||
|
||||
class ChatTabWidget : public QTabWidget
|
||||
class ChatTabWidget : public RSTabWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue