summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/associationwidgetlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/associationwidgetlist.h')
-rw-r--r--umbrello/umbrello/associationwidgetlist.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/umbrello/umbrello/associationwidgetlist.h b/umbrello/umbrello/associationwidgetlist.h
new file mode 100644
index 00000000..28271b74
--- /dev/null
+++ b/umbrello/umbrello/associationwidgetlist.h
@@ -0,0 +1,29 @@
+/***************************************************************************
+ associationwidgetlist.h - description
+ -------------------
+ copyright : (C) 2003 by Oliver Kellogg
+ email : okellogg@users.sourceforge.net
+ Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
+ ***************************************************************************/
+
+/***************************************************************************
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ ***************************************************************************/
+
+#ifndef _ASSOCIATIONWIDGETLIST_H
+#define _ASSOCIATIONWIDGETLIST_H
+
+#include <qptrlist.h>
+
+// forward declarations
+class AssociationWidget;
+
+typedef QPtrList<AssociationWidget> AssociationWidgetList;
+typedef QPtrListIterator<AssociationWidget> AssociationWidgetListIt;
+
+#endif