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/ktouchlectureeditor.h | |
| parent | f1a4e21e9735931cfb58943bb1a3da4353e14302 (diff) | |
| download | tdeedu-r14.1.4.tar.gz tdeedu-r14.1.4.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/ktouchlectureeditor.h')
| -rw-r--r-- | ktouch/src/ktouchlectureeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/ktouchlectureeditor.h b/ktouch/src/ktouchlectureeditor.h index dc25069c..972357e6 100644 --- a/ktouch/src/ktouchlectureeditor.h +++ b/ktouch/src/ktouchlectureeditor.h @@ -44,7 +44,7 @@ class KTouchLectureEditor : public KTouchLectureEditorDlg { public: /// Constructor - KTouchLectureEditor(TQWidget *parent, const char* name = 0, bool modal = FALSE, WFlags fl = 0); + KTouchLectureEditor(TQWidget *parent, const char* name = 0, bool modal = false, WFlags fl = 0); /// Destructor ~KTouchLectureEditor() {} /// Shows and executes the dialog (argument is the url to the default or |
