summaryrefslogtreecommitdiffstats
path: root/ksirc/puke/ptablevw.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-05-03 15:55:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-05-08 17:03:36 +0900
commit89969dcb2142d91b295c8d18cde46e22ef118dce (patch)
tree862942119b09c5ad5aeaea8baa6b9e698928ce2e /ksirc/puke/ptablevw.cpp
parent40e3e626e4cc8bb2d65788e3c097ddae4192c4d8 (diff)
downloadtdenetwork-89969dcb2142d91b295c8d18cde46e22ef118dce.tar.gz
tdenetwork-89969dcb2142d91b295c8d18cde46e22ef118dce.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksirc/puke/ptablevw.cpp')
-rw-r--r--ksirc/puke/ptablevw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirc/puke/ptablevw.cpp b/ksirc/puke/ptablevw.cpp
index eff40d44..9c191ab8 100644
--- a/ksirc/puke/ptablevw.cpp
+++ b/ksirc/puke/ptablevw.cpp
@@ -52,7 +52,7 @@ void PTableView::messageHandler(int fd, PukeMessage *pm)
void PTableView::setWidget(TQObject *_tbv)
{
- if(_tbv != 0 && _tbv->inherits("TQGridView") == FALSE)
+ if(_tbv != 0 && !_tbv->inherits("TQGridView"))
{
errorInvalidSet(_tbv);
return;