1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 17:01:51 +02:00

Fix linking on osx hopefully.

This commit is contained in:
Dominik Schmidt 2011-02-16 20:38:54 +01:00
parent a94040b875
commit 727e2f4c28

@ -102,7 +102,7 @@ void
JabberPlugin::showAddFriendDialog()
{
bool ok;
QString id = QInputDialog::getText( TomahawkApp::instance()->mainWindow(), tr( "Add Friend" ),
QString id = QInputDialog::getText( 0, tr( "Add Friend" ),
tr( "Enter Jabber ID:" ), QLineEdit::Normal,
"", &ok );
if ( !ok )