diff options
Diffstat (limited to 'src/verifypopup.h')
-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 2e72221..cdb314c 100644 --- a/src/verifypopup.h +++ b/src/verifypopup.h @@ -30,7 +30,7 @@ class VerifyPopup : public VerifyPopupUI TQ_OBJECT public: - VerifyPopup(TQWidget* tqparent = 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$*/ |