SVN commit 1214051 by chani: revert r1212025: it's done better in r1214049. CCBUG: 261725 oh, and it's fixed in trunk too; I forgot to cc that commit :) M +0 -9 kactivityinfo.cpp --- branches/KDE/4.6/kdebase/workspace/libs/kworkspace/kactivityinfo.cpp #1214050:1214051 @@ -16,8 +16,6 @@ * Boston, MA 02110-1301, USA. */ -#include - #include #include "kactivityinfo.h" @@ -109,13 +107,6 @@ connect(KActivityManager::self(), SIGNAL(ActivityStopped(const QString &)), this, SLOT(stopped(const QString &))); - - //when nepomuk comes up, the icon becomes available, so give things a kick - QDBusConnection::sessionBus().connect(QLatin1String("org.kde.NepomukStorage"), - QLatin1String("/servicecontrol"), - QLatin1String("org.kde.nepomuk.ServiceControl"), - QLatin1String("serviceInitialized"), - this, SIGNAL(infoChanged())); } KActivityInfo::~KActivityInfo()