diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-22 13:43:08 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-23 10:42:01 +0900 |
| commit | c894094dabe066d934dad6767895e7275329abd9 (patch) | |
| tree | 2bb1432bcfeac29e4244ec76a97184be5f6726b4 | |
| parent | cd0d9909331150305f388021000be1db76fa14d4 (diff) | |
| download | kopete-otr-c894094d.tar.gz kopete-otr-c894094d.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 78754c464c178620b4efa15d36fbbbbff439a097)
| -rw-r--r-- | src/verifypopup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verifypopup.h b/src/verifypopup.h index b9e5c70..ab0737b 100644 --- a/src/verifypopup.h +++ b/src/verifypopup.h @@ -29,7 +29,7 @@ class VerifyPopup : public VerifyPopupUI TQ_OBJECT public: - VerifyPopup(TQWidget* parent = 0, const char* name = 0, Kopete::ChatSession *session = NULL, bool modal = FALSE, WFlags fl = 0 ); + VerifyPopup(TQWidget* parent = 0, const char* name = 0, Kopete::ChatSession *session = NULL, bool modal = false, WFlags fl = 0 ); ~VerifyPopup(); /*$PUBLIC_FUNCTIONS$*/ |
