1 /***************************************************************************
2 wpeditaccount.h - description
4 begin : Wed Jan 23 2002
5 copyright : (C) 2002 by Gav Wood
7 ***************************************************************************/
9 /***************************************************************************
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
16 ***************************************************************************/
18 #ifndef WPEDITACCOUNT_H
19 #define WPEDITACCOUNT_H
26 #include "editaccountwidget.h"
29 #include "wpprotocol.h"
30 #include "wpaccount.h"
31 #include "ui_wpeditaccountbase.h"
33 namespace Kopete
{ class Account
; }
35 class WPEditAccount
: public QWidget
, private Ui::WPEditAccountBase
, public KopeteEditAccountWidget
40 WPProtocol
*mProtocol
;
44 WPEditAccount(QWidget
*parent
, Kopete::Account
*theAccount
);
46 virtual bool validateData();
50 virtual Kopete::Account
*apply();
51 virtual void installSamba();
56 // vim: set noet ts=4 sts=4 sw=4:
57 // kate: tab-width 4; indent-width 4; replace-trailing-space-save on;