28 #ifndef KMAIL_ACCOUNTCOMBOBOX_H
29 #define KMAIL_ACCOUNTCOMBOBOX_H
31 #include <tqcombobox.h>
50 void setCurrentAccount( KMAccount* account );
51 KMAccount* currentAccount() const;
54 void slotRefreshAccounts();
56 TQValueList<KMAccount *> applicableAccounts() const;
|