summaryrefslogtreecommitdiffstats
path: root/tqdbusobjectpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'tqdbusobjectpath.h')
-rw-r--r--tqdbusobjectpath.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tqdbusobjectpath.h b/tqdbusobjectpath.h
index 119e1f8..fb5f046 100644
--- a/tqdbusobjectpath.h
+++ b/tqdbusobjectpath.h
@@ -58,7 +58,7 @@ public:
TQT_DBusObjectPath(const TQCString& other);
/**
- * @brief Creates an object path for an object as a child of the tqparent node
+ * @brief Creates an object path for an object as a child of the parent node
*
* This is basically like specifying a directory and a file name to create
* the file's full path.
@@ -90,11 +90,11 @@ public:
bool isValid() const;
/**
- * @brief Returns the object path of this path's tqparent node
+ * @brief Returns the object path of this path's parent node
*
* This is basically like getting the directory of an file path
*
- * @return the tqparent node's object path or an empty and invalid object
+ * @return the parent node's object path or an empty and invalid object
* if this is already the root node
*/
TQT_DBusObjectPath parentNode() const;