summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/msn/msnaddcontactpage.h
blob: dc81dc4480c3cd2189c512b94334e6dc0e8f8310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

#ifndef MSNADDCONTACTPAGE_H
#define MSNADDCONTACTPAGE_H

#include <tqwidget.h>
#include <addcontactpage.h>
#include <tqlabel.h>

/**
  *@author duncan
  */
class msnAddUI;
class MSNProtocol;

class MSNAddContactPage : public AddContactPage
{
   Q_OBJECT
  
public:
	MSNAddContactPage(bool connected, TQWidget *parent=0, const char *name=0);
	~MSNAddContactPage();
	msnAddUI *msndata;
	TQLabel *noaddMsg1;
	TQLabel *noaddMsg2;
	bool canadd;
	virtual bool validateData();
	virtual bool apply( Kopete::Account*, Kopete::MetaContact* );

};

#endif

// vim: set noet ts=4 sts=4 sw=4: