diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:59:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:59:34 -0600 |
commit | 83677e35509b4dafac63b76995652bdf3b49f209 (patch) | |
tree | 591f1dc22278addb439726c42896376b17bb42bd /kopete/libkopete/kautoconfig.h | |
parent | 808e453c56036211f57482ed847d54aca01bba68 (diff) | |
download | tdenetwork-83677e35509b4dafac63b76995652bdf3b49f209.tar.gz tdenetwork-83677e35509b4dafac63b76995652bdf3b49f209.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 808e453c56036211f57482ed847d54aca01bba68.
Diffstat (limited to 'kopete/libkopete/kautoconfig.h')
-rw-r--r-- | kopete/libkopete/kautoconfig.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kopete/libkopete/kautoconfig.h b/kopete/libkopete/kautoconfig.h index 7d1d3d28..6be452b0 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 - * children that KAutoConfig might know when retrieveSettings() is + * tqchildren 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 children. All + * effect widgets that were added with addWidget() only their tqchildren. 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<TQString, TQCString> changedMap; /** - * Recursive function that finds all known children. - * Goes through the children of widget and if any are known and not being + * Recursive function that finds all known tqchildren. + * Goes through the tqchildren 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 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 + * @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 * widget that are known. * @return bool - If a widget was set to something other then its default. * @see retrieveSettings() |