summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/themesdlg.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-05 23:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-05 23:29:57 +0900
commitbdb0aa04da758449d8b82e90f00cae94593146da (patch)
treeca15dd3a8f3ee84e5cc38a33d3450ed28b9cb531 /superkaramba/src/themesdlg.cpp
parent1dbf304d3b6ff07b17dfc6163c2d5046a8b13e47 (diff)
downloadtdeutils-bdb0aa04da758449d8b82e90f00cae94593146da.tar.gz
tdeutils-bdb0aa04da758449d8b82e90f00cae94593146da.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'superkaramba/src/themesdlg.cpp')
-rw-r--r--superkaramba/src/themesdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/superkaramba/src/themesdlg.cpp b/superkaramba/src/themesdlg.cpp
index 25903a7..36663d8 100644
--- a/superkaramba/src/themesdlg.cpp
+++ b/superkaramba/src/themesdlg.cpp
@@ -289,7 +289,7 @@ void ThemesDlg::addThemeToDialog(const KArchiveDirectory *archiveDir,
else
{
TQFileInfo fi(*it);
- if(fi.extension( FALSE ) == "theme")
+ if(fi.extension( false ) == "theme")
{
addThemeToList(destDir + *it);
writeNewStuffConfig(destDir);