diff options
Diffstat (limited to 'kpovmodeler/pmdockwidget.h')
-rw-r--r-- | kpovmodeler/pmdockwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpovmodeler/pmdockwidget.h b/kpovmodeler/pmdockwidget.h index d65c5aa7..cf973d10 100644 --- a/kpovmodeler/pmdockwidget.h +++ b/kpovmodeler/pmdockwidget.h @@ -942,7 +942,7 @@ public: void setSplitterOpaqueResize(bool b=true); /** - * Returns TRUE if opaque resizing is enabled, FALSE otherwise. + * Returns true if opaque resizing is enabled, false otherwise. */ bool splitterOpaqueResize() const; @@ -954,7 +954,7 @@ public: void setSplitterKeepSize(bool b=true); /** - * Returns TRUE if the KeepSize is enabled, FALSE otherwise. + * Returns true if the KeepSize is enabled, false otherwise. */ bool splitterKeepSize() const; @@ -967,7 +967,7 @@ public: void setSplitterHighResolution(bool b=true); /** - * Returns TRUE if the splitter uses the high resolution, FALSE otherwise. + * Returns true if the splitter uses the high resolution, false otherwise. */ bool splitterHighResolution() const; |