diff options
Diffstat (limited to 'kdat/Range.h')
-rw-r--r-- | kdat/Range.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdat/Range.h b/kdat/Range.h index 5b042c3..20542ca 100644 --- a/kdat/Range.h +++ b/kdat/Range.h @@ -19,7 +19,7 @@ #ifndef _Range_h_ #define _Range_h_ -#include <qptrlist.h> +#include <tqptrlist.h> /** * @short This class represents a range of tar records. @@ -69,7 +69,7 @@ public: * A simple list of Ranges. */ class RangeList { - QPtrList<Range> _ranges; + TQPtrList<Range> _ranges; public: /** * Create an empty list of ranges. @@ -86,7 +86,7 @@ public: * * @return The list of ranges. */ - const QPtrList<Range>& getRanges() const; + const TQPtrList<Range>& getRanges() const; /** * Intelligently add the given range to the list of ranges. If possible, |