summaryrefslogtreecommitdiffstats
path: root/src/otrlconfinterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/otrlconfinterface.cpp')
-rw-r--r--src/otrlconfinterface.cpp2
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();