summaryrefslogtreecommitdiffstats
path: root/kbiff/kbiff.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbiff/kbiff.h')
-rw-r--r--kbiff/kbiff.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kbiff/kbiff.h b/kbiff/kbiff.h
index d8c2524..dc8c9bb 100644
--- a/kbiff/kbiff.h
+++ b/kbiff/kbiff.h
@@ -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;