pidgin/quail/quail

Setup the signal slots in the buddy list
soc.2013.phil.quail
2013-07-01, Phil Hannent
87bc001209e9
Setup the signal slots in the buddy list
#ifndef CONVERSATIONWINDOW_H
#define CONVERSATIONWINDOW_H
#include <QMainWindow>
namespace Ui {
class ConversationWindow;
}
class ConversationWindow : public QMainWindow
{
Q_OBJECT
public:
explicit ConversationWindow(QWidget *parent = 0);
~ConversationWindow();
private:
Ui::ConversationWindow *ui;
};
#endif // CONVERSATIONWINDOW_H