28#ifndef KMAIL_ACCOUNTCOMBOBOX_H
29#define KMAIL_ACCOUNTCOMBOBOX_H
31#include <tqcombobox.h>
42class AccountComboBox : public TQComboBox
48 AccountComboBox( TQWidget* parent, const char* name = 0 );
50 void setCurrentAccount( KMAccount* account );
51 KMAccount* currentAccount() const;
54 void slotRefreshAccounts();
56 TQValueList<KMAccount *> applicableAccounts() const;
|