summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/umlassociationlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/umlassociationlist.h')
-rw-r--r--umbrello/umbrello/umlassociationlist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/umbrello/umbrello/umlassociationlist.h b/umbrello/umbrello/umlassociationlist.h
index 55810c7d..ab250a90 100644
--- a/umbrello/umbrello/umlassociationlist.h
+++ b/umbrello/umbrello/umlassociationlist.h
@@ -12,12 +12,12 @@
#ifndef UMLASSOCIATIONLIST_H
#define UMLASSOCIATIONLIST_H
-#include <qptrlist.h>
+#include <tqptrlist.h>
// forward declaration
class UMLAssociation;
-typedef QPtrList<UMLAssociation> UMLAssociationList;
-typedef QPtrListIterator<UMLAssociation> UMLAssociationListIt;
+typedef TQPtrList<UMLAssociation> UMLAssociationList;
+typedef TQPtrListIterator<UMLAssociation> UMLAssociationListIt;
#endif