X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FUserInterface%2FUtils%2FPasswordDialog.cpp;h=064c7d319f4ee3f12dda1a526615c8bf52209493;hb=89e9ba5883b47a6477957ed78772828b45bc3df9;hp=9041ecf609e87b151c0d83eb38826dc966115e03;hpb=1d55d2318d009049a5146128411ee74768fb7012;p=qtmeetings diff --git a/src/UserInterface/Utils/PasswordDialog.cpp b/src/UserInterface/Utils/PasswordDialog.cpp index 9041ecf..064c7d3 100644 --- a/src/UserInterface/Utils/PasswordDialog.cpp +++ b/src/UserInterface/Utils/PasswordDialog.cpp @@ -48,8 +48,8 @@ PasswordDialog::PasswordDialog( const QString &aPassword, const QString &aText, layout->addLayout( buttonLayout ); // Connect the user action signals to corresponding slots - connect( buttonOK, SIGNAL( pressed() ), this, SLOT( okButtonPressed() ) ); - connect( buttonCancel, SIGNAL( pressed() ), this, SLOT( cancelButtonPressed() ) ); + connect( buttonOK, SIGNAL( released() ), this, SLOT( okButtonPressed() ) ); + connect( buttonCancel, SIGNAL( released() ), this, SLOT( cancelButtonPressed() ) ); // Enable the layout setLayout( layout );