summaryrefslogtreecommitdiffstats
path: root/tdecore/tdeapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tdeapplication.h')
-rw-r--r--tdecore/tdeapplication.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdeapplication.h b/tdecore/tdeapplication.h
index 7a3dff0cf..30a862cba 100644
--- a/tdecore/tdeapplication.h
+++ b/tdecore/tdeapplication.h
@@ -962,7 +962,7 @@ public:
* Note that calling this method will probably cause the screen to flicker.
* @see isCompositionManagerAvailable()
* @param force_available If set, force TDE to assume a composition manager is available
- * @param available Whether or not the composition manager is available (only used if force_available is TRUE)
+ * @param available Whether or not the composition manager is available (only used if force_available is true)
* @return whether the composition manager is enabled
*/
bool detectCompositionManagerAvailable(bool force_available=false, bool available=true);