summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/classifiercodedocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/classifiercodedocument.h')
-rw-r--r--umbrello/umbrello/classifiercodedocument.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/classifiercodedocument.h b/umbrello/umbrello/classifiercodedocument.h
index f142cade..33aed6ad 100644
--- a/umbrello/umbrello/classifiercodedocument.h
+++ b/umbrello/umbrello/classifiercodedocument.h
@@ -81,12 +81,12 @@ public:
/**
* Return if the tqparent classifier is an interface
*/
- bool tqparentIsInterface();
+ bool parentIsInterface();
/**
* Return if the tqparent classifier is a class
*/
- bool tqparentIsClass();
+ bool parentIsClass();
/**
* Tell if one or more codeclassfields are derived from any kind of association.