diff options
Diffstat (limited to 'smb4k/browser/smb4knetworkbrowser.h')
| -rw-r--r-- | smb4k/browser/smb4knetworkbrowser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/smb4k/browser/smb4knetworkbrowser.h b/smb4k/browser/smb4knetworkbrowser.h index c1fb000..20e41da 100644 --- a/smb4k/browser/smb4knetworkbrowser.h +++ b/smb4k/browser/smb4knetworkbrowser.h @@ -80,11 +80,11 @@ class Smb4KNetworkBrowser : public TDEListView Smb4KNetworkBrowserToolTip *tooltip() { return m_tooltip; } /** - * Block the showing of tool tips. If @p block is set to TRUE, the + * Block the showing of tool tips. If @p block is set to true, the * current tool tip gets deleted (if there is one) and no tool tip - * will be shown until @p block is reset to FALSE. + * will be shown until @p block is reset to false. * - * @param block Set this parameter to TRUE to block the showing + * @param block Set this parameter to true to block the showing * of tool tips. */ void blockToolTips( bool block ); |
