Git commit e943da8b82263615999ce10a3175b6e8664f8a39 by Christoph Feck. Committed on 11/12/2013 at 23:33. Pushed by cfeck into branch 'master'.
Revert part of last commit causing build failure CCMAIL: kde-windows@kde.org M +1 -1 plasma/applet/applet.cpp http://commits.kde.org/ktorrent/e943da8b82263615999ce10a3175b6e8664f8a39 diff --git a/plasma/applet/applet.cpp b/plasma/applet/applet.cpp index 1d36086..24ca3f3 100644 --- a/plasma/applet/applet.cpp +++ b/plasma/applet/applet.cpp @@ -375,7 +375,7 @@ namespace ktplasma else { QDBusPendingReply<qlonglong> reply = *self; - KWindowSystem::activateWindow(reinterpret_cast<WId>(reply.value())); + KWindowSystem::activateWindow(reply.value()); } self->deleteLater(); } _______________________________________________ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows