summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/messagewidgetlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/messagewidgetlist.h')
-rw-r--r--umbrello/umbrello/messagewidgetlist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/umbrello/umbrello/messagewidgetlist.h b/umbrello/umbrello/messagewidgetlist.h
index 559a4cf7..e171384b 100644
--- a/umbrello/umbrello/messagewidgetlist.h
+++ b/umbrello/umbrello/messagewidgetlist.h
@@ -12,11 +12,11 @@
#ifndef MESSAGEWIDGETLIST_H
#define MESSAGEWIDGETLIST_H
-#include <qptrlist.h>
+#include <tqptrlist.h>
class MessageWidget;
-typedef QPtrList<MessageWidget> MessageWidgetList;
-typedef QPtrListIterator<MessageWidget> MessageWidgetListIt;
+typedef TQPtrList<MessageWidget> MessageWidgetList;
+typedef TQPtrListIterator<MessageWidget> MessageWidgetListIt;
#endif