diff options
Diffstat (limited to 'src/smppopup.h')
-rw-r--r-- | src/smppopup.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/smppopup.h b/src/smppopup.h index b486c65..44c69a0 100644 --- a/src/smppopup.h +++ b/src/smppopup.h @@ -33,9 +33,10 @@ extern "C"{ class SMPPopup : public SMPPopupUI { Q_OBJECT + TQ_OBJECT public: - SMPPopup(QWidget* parent = 0, const char* name = 0, WFlags fl = 0, ConnContext *context = 0, Kopete::ChatSession *session = 0, bool initiate = true ); + SMPPopup(TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0, ConnContext *context = 0, Kopete::ChatSession *session = 0, bool initiate = true ); ~SMPPopup(); /*$PUBLIC_FUNCTIONS$*/ |