summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/umlenumliterallist.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/umlenumliterallist.h')
-rw-r--r--umbrello/umbrello/umlenumliterallist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/umbrello/umbrello/umlenumliterallist.h b/umbrello/umbrello/umlenumliterallist.h
index 60e03199..3850b262 100644
--- a/umbrello/umbrello/umlenumliterallist.h
+++ b/umbrello/umbrello/umlenumliterallist.h
@@ -12,12 +12,12 @@
#ifndef UMLENUMLITERALLIST_H
#define UMLENUMLITERALLIST_H
-#include <qptrlist.h>
+#include <tqptrlist.h>
// forward declaration
class UMLEnumLiteral;
-typedef QPtrList<UMLEnumLiteral> UMLEnumLiteralList;
-typedef QPtrListIterator<UMLEnumLiteral> UMLEnumLiteralListIt;
+typedef TQPtrList<UMLEnumLiteral> UMLEnumLiteralList;
+typedef TQPtrListIterator<UMLEnumLiteral> UMLEnumLiteralListIt;
#endif