summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/umldoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/umldoc.h')
-rw-r--r--umbrello/umbrello/umldoc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/umbrello/umbrello/umldoc.h b/umbrello/umbrello/umldoc.h
index 7a982e0f..ad62c698 100644
--- a/umbrello/umbrello/umldoc.h
+++ b/umbrello/umbrello/umldoc.h
@@ -76,6 +76,7 @@ class UMLFolder;
*/
class UMLDoc : public TQObject {
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor for the fileclass of the application
@@ -212,7 +213,7 @@ public:
bool isUnique(const TQString &name, UMLPackage *package);
/**
- * Finds or creates a stereotype for the parent object.
+ * Finds or creates a stereotype for the tqparent object.
*/
UMLStereotype* findOrCreateStereotype(const TQString &name);
@@ -329,7 +330,7 @@ public:
* Used to find a @ref UMLObject by its type and name.
*
* @param name The name of the @ref UMLObject to find.
- * @param type Object_Type of the object to find (optional.)
+ * @param type Object_Type of the object to tqfind (optional.)
* When the given type is ot_UMLObject the type is
* disregarded, i.e. the given name is the only
* search criterion.