summaryrefslogtreecommitdiffstats
path: root/scripts/templates/qclass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/templates/qclass.cpp')
-rw-r--r--scripts/templates/qclass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/templates/qclass.cpp b/scripts/templates/qclass.cpp
index 687d1805..bc499653 100644
--- a/scripts/templates/qclass.cpp
+++ b/scripts/templates/qclass.cpp
@@ -144,7 +144,7 @@ Q${namespace}${className}::Q${namespace}${className}([%- IF class.findvalue("@is
*/
Q${namespace}${className}::~Q${namespace}${className}()
{
- QUmlElement::deleteQModelingObject();
+ QModelingElement::deleteQModelingObject();
}
[%- IF documentation != "" %]