diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-07 18:23:54 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-07 23:24:46 +0900 |
| commit | fd06779f93512aa68988b165260941e6d3f1ff0f (patch) | |
| tree | bb06d03e494a97eae182a18562677e2e5b17bed5 /ktouch/src/ktouchopenrequest.h | |
| parent | f1a4e21e9735931cfb58943bb1a3da4353e14302 (diff) | |
| download | tdeedu-fd06779f.tar.gz tdeedu-fd06779f.zip | |
Replace TRUE/FALSE with boolean values true/falser14.1.4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 35149ce0bd6a7e9a315a395291ed4b59499b63cf)
Diffstat (limited to 'ktouch/src/ktouchopenrequest.h')
| -rw-r--r-- | ktouch/src/ktouchopenrequest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/ktouchopenrequest.h b/ktouch/src/ktouchopenrequest.h index 34d90718..849c157a 100644 --- a/ktouch/src/ktouchopenrequest.h +++ b/ktouch/src/ktouchopenrequest.h @@ -56,7 +56,7 @@ class KTouchOpenRequest : public KTouchOpenRequestDlg { public: /// Default constructor. - KTouchOpenRequest(TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + KTouchOpenRequest(TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 ); /// Default destructor. ~KTouchOpenRequest() {} /// Sets up the dialog and runs it. |
