19#ifndef EXCHANGECONFIG_H
20#define EXCHANGECONFIG_H
22#include <tqcheckbox.h>
23#include <tqpushbutton.h>
24#include <kdialogbase.h>
28#include <exchangeaccount.h>
30class ExchangeConfig : public KDialogBase
35 ExchangeConfig(KPIM::ExchangeAccount* account, TQWidget *parent=0);
36 virtual ~ExchangeConfig();
43 void slotToggleAuto( bool on );
44 void slotUserChanged( const TQString& text );
45 void slotFindClicked();
50 KPIM::ExchangeAccount* mAccount;
54 TQCheckBox *m_autoMailbox;
56 TQPushButton* m_tryFindMailbox;
57 KLineEdit *m_password;
|