diff options
Diffstat (limited to 'src/verifypopup.h')
-rw-r--r-- | src/verifypopup.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/verifypopup.h b/src/verifypopup.h index 212f692..2e72221 100644 --- a/src/verifypopup.h +++ b/src/verifypopup.h @@ -27,9 +27,10 @@ class VerifyPopup : public VerifyPopupUI { Q_OBJECT + TQ_OBJECT public: - VerifyPopup(QWidget* parent = 0, const char* name = 0, Kopete::ChatSession *session = NULL, bool modal = FALSE, WFlags fl = 0 ); + VerifyPopup(TQWidget* tqparent = 0, const char* name = 0, Kopete::ChatSession *session = NULL, bool modal = FALSE, WFlags fl = 0 ); ~VerifyPopup(); /*$PUBLIC_FUNCTIONS$*/ |