diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-30 19:26:07 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-02 16:39:04 +0900 |
| commit | 9aa48be4546906fe3366cecd525375a249c2db6a (patch) | |
| tree | 08cf628a7831c58d1c3a6b197511076d3b2f3029 /config/tdestyle_baghira_config.cpp | |
| parent | 03e1920ea64298be079063179159f4ef04a59604 (diff) | |
| download | tde-style-baghira-9aa48be4.tar.gz tde-style-baghira-9aa48be4.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c2e59c3ad44ec7b9f5aa8dcf781f0791b8baa5f0)
Diffstat (limited to 'config/tdestyle_baghira_config.cpp')
| -rw-r--r-- | config/tdestyle_baghira_config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/tdestyle_baghira_config.cpp b/config/tdestyle_baghira_config.cpp index 6ba0864..89d459c 100644 --- a/config/tdestyle_baghira_config.cpp +++ b/config/tdestyle_baghira_config.cpp @@ -976,7 +976,7 @@ extern "C" AppSetter::AppSetter(TQWidget *parent, const char *name) : TQWidget(parent, name, TQt::WType_Dialog | TQt::WShowModal ) { - isEdit = FALSE; + isEdit = false; TQLabel *label1 = new TQLabel(i18n("<qt><b>Application Name</b></qt>"), this); command = new TQLineEdit(this); |
