summaryrefslogtreecommitdiffstats
path: root/src/styles/tqstyleplugin.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-06 17:33:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-07 11:57:25 +0900
commit5a863a8932d14b99c5f838c4efa1618070d71b29 (patch)
tree000bd50b5c488635f9663b16b7fbfe5380435a04 /src/styles/tqstyleplugin.cpp
parent771af909e74927126fba90ec6e0298dc68d5bf4f (diff)
downloadtqt-5a863a8932d14b99c5f838c4efa1618070d71b29.tar.gz
tqt-5a863a8932d14b99c5f838c4efa1618070d71b29.zip
Replace TRUE/FALSE with boolean values true/false - part 7HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/styles/tqstyleplugin.cpp')
-rw-r--r--src/styles/tqstyleplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/tqstyleplugin.cpp b/src/styles/tqstyleplugin.cpp
index 50e0e684d..9edadfc24 100644
--- a/src/styles/tqstyleplugin.cpp
+++ b/src/styles/tqstyleplugin.cpp
@@ -147,7 +147,7 @@ TQStyle *TQStylePluginPrivate::create( const TQString &key )
bool TQStylePluginPrivate::init()
{
- return TRUE;
+ return true;
}
void TQStylePluginPrivate::cleanup()