summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/umloperationlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/umloperationlist.h')
-rw-r--r--umbrello/umbrello/umloperationlist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/umbrello/umbrello/umloperationlist.h b/umbrello/umbrello/umloperationlist.h
index dfb9007e..250c3708 100644
--- a/umbrello/umbrello/umloperationlist.h
+++ b/umbrello/umbrello/umloperationlist.h
@@ -12,12 +12,12 @@
#ifndef UMLOPERATIONLIST_H
#define UMLOPERATIONLIST_H
-#include <qptrlist.h>
+#include <tqptrlist.h>
// forward declaration
class UMLOperation;
-typedef QPtrList<UMLOperation> UMLOperationList;
-typedef QPtrListIterator<UMLOperation> UMLOperationListIt;
+typedef TQPtrList<UMLOperation> UMLOperationList;
+typedef TQPtrListIterator<UMLOperation> UMLOperationListIt;
#endif