diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-16 14:46:59 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-16 14:56:22 +0900 |
| commit | 76c67c49ce863d214f4a365b443663597e4f6ff9 (patch) | |
| tree | 7beed17146d738067d789bc12f7603249f4f8e73 /src/ksvnwidgets/logmsg_impl.cpp | |
| parent | 14c622e80a2f4e10689c9548f0b26e7b6e815cbf (diff) | |
| download | tdesvn-76c67c49ce863d214f4a365b443663597e4f6ff9.tar.gz tdesvn-76c67c49ce863d214f4a365b443663597e4f6ff9.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/ksvnwidgets/logmsg_impl.cpp')
| -rw-r--r-- | src/ksvnwidgets/logmsg_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ksvnwidgets/logmsg_impl.cpp b/src/ksvnwidgets/logmsg_impl.cpp index f8ce4c7..f4debfb 100644 --- a/src/ksvnwidgets/logmsg_impl.cpp +++ b/src/ksvnwidgets/logmsg_impl.cpp @@ -487,7 +487,7 @@ Logmsg_impl::logActionEntry::logActionEntry() SvnCheckListItem::SvnCheckListItem(TQListView*parent,const Logmsg_impl::logActionEntry&content) :TQCheckListItem(parent,content._name,TQCheckListItem::CheckBox),m_Content(content) { - setTristate(FALSE); + setTristate(false); setText(1,m_Content._actionDesc); if (content._name.isEmpty()) { setText(0,"..."); |
