summaryrefslogtreecommitdiffstats
path: root/kdat/Range.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:25:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:25:18 +0000
commitaa3a1ca934bc541bddd3fa136a85f106f7da266e (patch)
tree9ad0b795aed8fa4ac30c2fe0fd1aacb8175714c0 /kdat/Range.h
parentb10cf7066791a2f362495890cd50c984e8025412 (diff)
downloadtdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.tar.gz
tdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdat/Range.h')
-rw-r--r--kdat/Range.h6
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,