summaryrefslogtreecommitdiffstats
path: root/kexi/kexidb/relationship.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/kexidb/relationship.h')
-rw-r--r--kexi/kexidb/relationship.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/kexidb/relationship.h b/kexi/kexidb/relationship.h
index b72c7209..827835e1 100644
--- a/kexi/kexidb/relationship.h
+++ b/kexi/kexidb/relationship.h
@@ -77,8 +77,8 @@ class QuerySchema;
class KEXI_DB_EXPORT Relationship
{
public:
- typedef QPtrList<Relationship> List;
- typedef QPtrListIterator<Relationship> ListIterator;
+ typedef TQPtrList<Relationship> List;
+ typedef TQPtrListIterator<Relationship> ListIterator;
/*! Creates uninitialized Relationship object.
setIndices() will be required to call.