summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/umlclassifierlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/umlclassifierlist.h')
-rw-r--r--umbrello/umbrello/umlclassifierlist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/umbrello/umbrello/umlclassifierlist.h b/umbrello/umbrello/umlclassifierlist.h
index 45bd2b62..97d2a880 100644
--- a/umbrello/umbrello/umlclassifierlist.h
+++ b/umbrello/umbrello/umlclassifierlist.h
@@ -12,12 +12,12 @@
#ifndef UMLCLASSIFIERLIST_H
#define UMLCLASSIFIERLIST_H
-#include <qptrlist.h>
+#include <tqptrlist.h>
// forward declaration
class UMLClassifier;
-typedef QPtrList<UMLClassifier> UMLClassifierList;
-typedef QPtrListIterator<UMLClassifier> UMLClassifierListIt;
+typedef TQPtrList<UMLClassifier> UMLClassifierList;
+typedef TQPtrListIterator<UMLClassifier> UMLClassifierListIt;
#endif