summaryrefslogtreecommitdiffstats
path: root/tqdbusobjectpath.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit501d489d46c5458357f4d9d16ae6e67c1cb15aee (patch)
tree39042ae4615b901ca9e6e6e208196eee6ef5335b /tqdbusobjectpath.h
parentf32d0d5fd00bb0fb863bf82a406f98ccf909cd8b (diff)
downloaddbus-1-tqt-501d489d46c5458357f4d9d16ae6e67c1cb15aee.tar.gz
dbus-1-tqt-501d489d46c5458357f4d9d16ae6e67c1cb15aee.zip
rename the following methods:v3.5.13
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-1-tqt@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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;