[ktorrent] plasma/applet: Revert part of last commit causing build failure

Christoph Feck christoph at maxiom.de
Wed Dec 11 23:35:54 UTC 2013


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 at 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();
     }


More information about the Kde-windows mailing list