diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 501d489d46c5458357f4d9d16ae6e67c1cb15aee (patch) | |
tree | 39042ae4615b901ca9e6e6e208196eee6ef5335b /tqdbusobjectpath.h | |
parent | f32d0d5fd00bb0fb863bf82a406f98ccf909cd8b (diff) | |
download | dbus-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.h | 6 |
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; |