summaryrefslogtreecommitdiffstats
path: root/src/uml/qpackage_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qpackage_p.h')
-rw-r--r--src/uml/qpackage_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/uml/qpackage_p.h b/src/uml/qpackage_p.h
index ae4f4f2a..84815d44 100644
--- a/src/uml/qpackage_p.h
+++ b/src/uml/qpackage_p.h
@@ -78,10 +78,10 @@ public:
virtual ~QPackagePrivate();
QString URI;
- QSet<QPackageableElement *> *packagedElements;
+ QSet<QPackageableElement *> packagedElements;
QPackage *nestingPackage;
- QSet<QProfileApplication *> *profileApplications;
- QSet<QPackageMerge *> *packageMerges;
+ QSet<QProfileApplication *> profileApplications;
+ QSet<QPackageMerge *> packageMerges;
};
QT_END_NAMESPACE_QTUML