diff options
Diffstat (limited to 'kdat/Range.cpp')
-rw-r--r-- | kdat/Range.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/Range.cpp b/kdat/Range.cpp index b2836aa..00e0e2b 100644 --- a/kdat/Range.cpp +++ b/kdat/Range.cpp @@ -58,7 +58,7 @@ RangeList::~RangeList() } } -const QPtrList<Range>& RangeList::getRanges() const +const TQPtrList<Range>& RangeList::getRanges() const { return _ranges; } |