From 1de96857f5b0ed5d4a36e9486ffc8c7f8c802f98 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:58:08 -0600 Subject: Remove additional unneeded tq method conversions --- kopete/libkopete/kautoconfig.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kopete/libkopete/kautoconfig.h') diff --git a/kopete/libkopete/kautoconfig.h b/kopete/libkopete/kautoconfig.h index 6be452b0..7d1d3d28 100644 --- a/kopete/libkopete/kautoconfig.h +++ b/kopete/libkopete/kautoconfig.h @@ -142,7 +142,7 @@ public: /** * Adds a widget to the list of widgets that should be parsed for any - * tqchildren that KAutoConfig might know when retrieveSettings() is + * children that KAutoConfig might know when retrieveSettings() is * called. All calls to this function should be made before calling * retrieveSettings(). * @param widget - Pointer to the widget to add. @@ -155,7 +155,7 @@ public: /** * Ignore the specified child widget when performing an action. Doesn't - * effect widgets that were added with addWidget() only their tqchildren. All + * effect widgets that were added with addWidget() only their children. All * calls to this function should be made before calling retrieveSettings(). * @param widget - Pointer to the widget that should be ignored. * Note: Widgets that don't have a name are ignored automatically. @@ -252,13 +252,13 @@ protected: TQMap changedMap; /** - * Recursive function that finds all known tqchildren. - * Goes through the tqchildren of widget and if any are known and not being + * Recursive function that finds all known children. + * Goes through the children of widget and if any are known and not being * ignored, stores them in currentGroup. Also checks if the widget * should be disabled because it is set immutable. - * @param widget - Parent of the tqchildren to look at. - * @param currentGroup - Place to store known tqchildren of widget. - * @param trackChanges - If true then tracks any changes to the tqchildren of + * @param widget - Parent of the children to look at. + * @param currentGroup - Place to store known children of widget. + * @param trackChanges - If true then tracks any changes to the children of * widget that are known. * @return bool - If a widget was set to something other then its default. * @see retrieveSettings() -- cgit v1.2.1