summaryrefslogtreecommitdiffstats
path: root/src/k9copy.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-26 21:01:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-26 21:01:46 +0900
commit670e452260e760e9439f39460c6b236387084828 (patch)
tree6f785bab41b15e4e4a4e474412036e9f120c09dc /src/k9copy.cpp
parentfd87d19694a3a63b7fbe8afdbe0bcfab57066083 (diff)
downloadk9copy-670e452260e760e9439f39460c6b236387084828.tar.gz
k9copy-670e452260e760e9439f39460c6b236387084828.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/k9copy.cpp')
-rw-r--r--src/k9copy.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/k9copy.cpp b/src/k9copy.cpp
index 86e77a3..ee670ee 100644
--- a/src/k9copy.cpp
+++ b/src/k9copy.cpp
@@ -57,9 +57,9 @@ k9Copy::k9Copy()
// and a status bar
statusBar()->show();
- statusBar()->insertFixedItem("",sbFactor,TRUE);
+ statusBar()->insertFixedItem("",sbFactor,true);
statusBar()->setItemFixed(sbFactor,100);
- statusBar()->insertItem("",sbMessage,1,FALSE);
+ statusBar()->insertItem("",sbMessage,1,false);
statusBar()->setItemAlignment(sbMessage,AlignLeft | AlignVCenter);
// Apply the create the main window and ask the mainwindow to
@@ -258,7 +258,7 @@ void k9Copy::setupActions() {
KStdAction::configureToolbars(this, TQ_SLOT(optionsConfigureToolbars()), actionCollection());
- setStandardToolBarMenuEnabled(TRUE);
+ setStandardToolBarMenuEnabled(true);
createStandardStatusBarAction();
PlayTitleAction = new TDEAction(i18n("Play title"), 0,