summaryrefslogtreecommitdiffstats
path: root/kbiff/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbiff/status.h')
-rw-r--r--kbiff/status.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbiff/status.h b/kbiff/status.h
index af33bc5..d749075 100644
--- a/kbiff/status.h
+++ b/kbiff/status.h
@@ -15,7 +15,7 @@
#endif
#include <ntqframe.h>
-#include <ntqlist.h>
+#include <ntqptrlist.h>
#include <ntqstring.h>
class TQListView;
@@ -39,8 +39,8 @@ protected:
TQString _curMessages;
};
-typedef TQList<KBiffStatusItem> KBiffStatusList;
-typedef TQListIterator<KBiffStatusItem> KBiffStatusListIterator;
+typedef TQPtrList<KBiffStatusItem> KBiffStatusList;
+typedef TQPtrListIterator<KBiffStatusItem> KBiffStatusListIterator;
class KBiffStatus : public TQFrame
{