diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-22 13:43:19 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-23 11:15:29 +0900 |
| commit | 00f9fa931a25c42823751489f4c52a7bf97336ba (patch) | |
| tree | 5c7e156d682c875084d218356663ef28c246fdfa /src/plugins/partfileimport | |
| parent | 0df1636b33ecc71dcd71785940073fe7e2c22d4e (diff) | |
| download | ktorrent-00f9fa93.tar.gz ktorrent-00f9fa93.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 26a93b0fbb3c81e4aa011fc49cd88444b8edc0bd)
Diffstat (limited to 'src/plugins/partfileimport')
| -rw-r--r-- | src/plugins/partfileimport/importdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/partfileimport/importdialog.h b/src/plugins/partfileimport/importdialog.h index c422da8..aab0438 100644 --- a/src/plugins/partfileimport/importdialog.h +++ b/src/plugins/partfileimport/importdialog.h @@ -49,7 +49,7 @@ namespace kt public: - ImportDialog(CoreInterface* core,TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + ImportDialog(CoreInterface* core,TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 ); virtual ~ImportDialog(); public slots: |
