summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlprofileapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlprofileapplication.h')
-rw-r--r--src/uml/qumlprofileapplication.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/uml/qumlprofileapplication.h b/src/uml/qumlprofileapplication.h
index ee936bdc..37948b53 100644
--- a/src/uml/qumlprofileapplication.h
+++ b/src/uml/qumlprofileapplication.h
@@ -45,7 +45,6 @@
#include <QtUml/QUmlDirectedRelationship>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -58,10 +57,10 @@ class QUmlProfile;
class Q_UML_EXPORT QUmlProfileApplication : public QUmlDirectedRelationship
{
public:
- explicit QUmlProfileApplication(bool createQObject = true);
+ explicit QUmlProfileApplication(bool createQModelingObject = true);
virtual ~QUmlProfileApplication();
- QModelingObject *clone() const;
+ virtual QModelingElement *clone() const;
// Owned attributes
QUmlProfile *appliedProfile() const;
@@ -75,9 +74,6 @@ protected:
QUmlProfile *_appliedProfile;
QUmlPackage *_applyingPackage;
bool _isStrict;
-
- virtual void setGroupProperties();
- virtual void setPropertyData();
};
QT_END_NAMESPACE