summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/umltemplatelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/umltemplatelist.h')
-rw-r--r--umbrello/umbrello/umltemplatelist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/umbrello/umbrello/umltemplatelist.h b/umbrello/umbrello/umltemplatelist.h
index aa7415a4..908a665d 100644
--- a/umbrello/umbrello/umltemplatelist.h
+++ b/umbrello/umbrello/umltemplatelist.h
@@ -12,12 +12,12 @@
#ifndef UMLTEMPLATELIST_H
#define UMLTEMPLATELIST_H
-#include <qptrlist.h>
+#include <tqptrlist.h>
// forward declaration
class UMLTemplate;
-typedef QPtrList<UMLTemplate> UMLTemplateList;
-typedef QPtrListIterator<UMLTemplate> UMLTemplateListIt;
+typedef TQPtrList<UMLTemplate> UMLTemplateList;
+typedef TQPtrListIterator<UMLTemplate> UMLTemplateListIt;
#endif