summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlanyreceiveevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlanyreceiveevent.h')
-rw-r--r--src/uml/qumlanyreceiveevent.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/uml/qumlanyreceiveevent.h b/src/uml/qumlanyreceiveevent.h
index d5c804bb..ca2736c7 100644
--- a/src/uml/qumlanyreceiveevent.h
+++ b/src/uml/qumlanyreceiveevent.h
@@ -45,7 +45,6 @@
#include <QtUml/QUmlMessageEvent>
-
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
@@ -55,16 +54,13 @@ QT_MODULE(QtUml)
class Q_UML_EXPORT QUmlAnyReceiveEvent : public QUmlMessageEvent
{
public:
- explicit QUmlAnyReceiveEvent(bool createQObject = true);
+ explicit QUmlAnyReceiveEvent(bool createQModelingObject = true);
virtual ~QUmlAnyReceiveEvent();
- QModelingObject *clone() const;
+ virtual QModelingElement *clone() const;
protected:
-
- virtual void setGroupProperties();
- virtual void setPropertyData();
};
QT_END_NAMESPACE