summaryrefslogtreecommitdiffstats
path: root/tqdbusobjectpath.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commitdfbf426f166f1e7ac5ebc38f5c4c6becaeda43d0 (patch)
tree87a95e1f194e4d59a3e520c159f3b45fda782000 /tqdbusobjectpath.h
parentd2cf7fa5691c06a6ebcc112fbbf1ca9ff1bc54a8 (diff)
downloaddbus-1-tqt-dfbf426f166f1e7ac5ebc38f5c4c6becaeda43d0.tar.gz
dbus-1-tqt-dfbf426f166f1e7ac5ebc38f5c4c6becaeda43d0.zip
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-1-tqt@1240522 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 6f0bd5b..119e1f8 100644
--- a/tqdbusobjectpath.h
+++ b/tqdbusobjectpath.h
@@ -72,10 +72,10 @@ public:
* TQT_DBusObjectPath grandChildNode(childNode, "grandchild"); // => "/child/grandchild"
* @endcode
*
- * @param tqparentNode the object path to create the child on
+ * @param parentNode the object path to create the child on
* @param nodeName the name of the child node
*/
- TQT_DBusObjectPath(const TQT_DBusObjectPath& tqparentNode, const TQCString& nodeName);
+ TQT_DBusObjectPath(const TQT_DBusObjectPath& parentNode, const TQCString& nodeName);
/**
* @brief Returns whether the current content is considered a valid object path
@@ -97,7 +97,7 @@ public:
* @return the tqparent node's object path or an empty and invalid object
* if this is already the root node
*/
- TQT_DBusObjectPath tqparentNode() const;
+ TQT_DBusObjectPath parentNode() const;
/**
* @brief Checks the given string for validity as a D-Bus object path