diff options
author | gregory guy <[email protected]> | 2021-06-23 14:10:46 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-06-25 02:30:43 +0200 |
commit | 3659f9e329731c183abe2ac7620cf83a1838f08a (patch) | |
tree | 2b84d8e294c49dcb03aa996cfe1257b428ca58cb /src/otrlconfinterface.cpp | |
parent | e2034480561f1266bd0fa975ba74956b0301695f (diff) | |
download | kopete-otr-3659f9e329731c183abe2ac7620cf83a1838f08a.tar.gz kopete-otr-3659f9e329731c183abe2ac7620cf83a1838f08a.zip |
Fix build with TQT_NO_COMPAT.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit efa509c5a459d61d4aded23643a6821cbdc787ec)
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(); |