keep slot naming in sync with others

svn path=/trunk/KDE/kdelibs/; revision=1161372
This commit is contained in:
Ralf Habacker 2010-08-10 06:19:08 +00:00
parent c55f758d7c
commit 185190573c

View File

@ -61,7 +61,7 @@ class Corona;
* memory used by the tooltip, but you can manually unregister it at any time by
* calling unregisterWidget().
*
* When a tooltip for a widget is about to be shown, the widget's toolTipAboutToShow slot will be
* When a tooltip for a widget is about to be shown, the widget's toolTipAboutToShow() slot will be
* invoked if it exists. Similarly, when a tooltip is hidden, the widget's toolTipHidden() slot
* will be invoked if it exists. This allows widgets to provide on-demand tooltip data.
*/