|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
#include <config.h>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include <ntqlist.h>
|
|
|
|
|
#include <ntqptrlist.h>
|
|
|
|
|
|
|
|
|
|
#include <kbiffmonitor.h>
|
|
|
|
|
#include <setupdlg.h>
|
|
|
|
@ -45,7 +45,7 @@ public:
|
|
|
|
|
void processSetup(const KBiffSetup* setup, bool start);
|
|
|
|
|
void readSessionConfig();
|
|
|
|
|
|
|
|
|
|
void setMailboxList(const TQList<KBiffMailbox>& mailbox_list, unsigned int poll = 60);
|
|
|
|
|
void setMailboxList(const TQPtrList<KBiffMailbox>& mailbox_list, unsigned int poll = 60);
|
|
|
|
|
|
|
|
|
|
virtual bool process(const TQCString& obj, const TQCString& function,
|
|
|
|
|
const TQByteArray& data, TQCString& replyType,
|
|
|
|
@ -96,8 +96,8 @@ private:
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
|
bool myMUTEX;
|
|
|
|
|
TQList<KBiffMonitor> monitorList;
|
|
|
|
|
TQList<KBiffNotify> notifyList;
|
|
|
|
|
TQPtrList<KBiffMonitor> monitorList;
|
|
|
|
|
TQPtrList<KBiffNotify> notifyList;
|
|
|
|
|
KBiffStatusList statusList;
|
|
|
|
|
TQStringList proxyList;
|
|
|
|
|
|
|
|
|
|