diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-06-23 14:10:46 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-06-23 19:19:59 +0200 |
commit | efa509c5a459d61d4aded23643a6821cbdc787ec (patch) | |
tree | f26504a111315fa7e0f80ba1123a7e2af934e3ba /src/otrlconfinterface.cpp | |
parent | 8403288e0159dbe377403e5f089072685a9d94f3 (diff) | |
download | kopete-otr-efa509c5a459d61d4aded23643a6821cbdc787ec.tar.gz kopete-otr-efa509c5a459d61d4aded23643a6821cbdc787ec.zip |
Fix build with TQT_NO_COMPAT.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'src/otrlconfinterface.cpp')
-rw-r--r-- | src/otrlconfinterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otrlconfinterface.cpp b/src/otrlconfinterface.cpp index 75bcb22..812326d 100644 --- a/src/otrlconfinterface.cpp +++ b/src/otrlconfinterface.cpp @@ -83,7 +83,7 @@ bool OtrlConfInterface::hasPrivFingerprint( TQString accountId, TQString protoco void OtrlConfInterface::generateNewPrivKey( TQString accountId, TQString protocol ){ - PrivKeyPopup *popup = new PrivKeyPopup( preferencesDialog, i18n("Generating private key"), TQt::WStyle_Dialog | TQt::WStyle_StaysOnTop ); + PrivKeyPopup *popup = new PrivKeyPopup( preferencesDialog, i18n("Generating private key"), TQt::WType_Dialog | TQt::WStyle_StaysOnTop ); KAnimWidget *anim = new KAnimWidget( "kde", 72, popup->animFrame, "kopete" ); anim->start(); anim->show(); |