diff options
| -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$*/ |
