diff options
Diffstat (limited to 'src/smppopup.cpp')
-rw-r--r-- | src/smppopup.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/smppopup.cpp b/src/smppopup.cpp index a431e10..8ee8623 100644 --- a/src/smppopup.cpp +++ b/src/smppopup.cpp @@ -18,7 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "qlabel.h" +#include "tqlabel.h" #include "kdebug.h" #include "klocale.h" @@ -29,13 +29,13 @@ #include "smppopup.h" #include "verifypopup.h" -SMPPopup::SMPPopup(QWidget* parent, const char* name, WFlags fl, ConnContext *context, Kopete::ChatSession *session, bool initiate ) -: SMPPopupUI(parent,name,fl) +SMPPopup::SMPPopup(TQWidget* tqparent, const char* name, WFlags fl, ConnContext *context, Kopete::ChatSession *session, bool initiate ) +: SMPPopupUI(tqparent,name,fl) { this->context = context; this->session = session; this->initiate = initiate; - tlText->setText( i18n("Please enter the secret passphrase to authenticate %1:").arg(OtrlChatInterface::self()->formatContact(session->members().getFirst()->contactId()))); + tlText->setText( i18n("Please enter the secret passphrase to authenticate %1:").tqarg(OtrlChatInterface::self()->formatContact(session->members().getFirst()->contactId()))); } SMPPopup::~SMPPopup() |