From 3a295e1062b6e8be4e92d14bc62580c66277a577 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 24 Apr 2008 19:29:28 +0000 Subject: [PATCH] API reviews: removing launchActivated() signal from Corona. it was not used here, but still needed in Containment and Applet svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=800751 --- corona.cpp | 2 -- corona.h | 5 ----- 2 files changed, 7 deletions(-) diff --git a/corona.cpp b/corona.cpp index 4b9fa736c..1c101f136 100644 --- a/corona.cpp +++ b/corona.cpp @@ -334,8 +334,6 @@ Containment* Corona::addContainment(const QString& name, const QVariantList& arg d->containments.append(containment); connect(containment, SIGNAL(destroyed(QObject*)), this, SLOT(containmentDestroyed(QObject*))); - connect(containment, SIGNAL(launchActivated()), - SIGNAL(launchActivated())); connect(containment, SIGNAL(configNeedsSaving()), SLOT(scheduleConfigSync())); connect(containment, SIGNAL(screenChanged(int,int,Plasma::Containment*)), diff --git a/corona.h b/corona.h index aa04be65c..94a773dbc 100644 --- a/corona.h +++ b/corona.h @@ -139,11 +139,6 @@ public Q_SLOTS: void setImmutability(const ImmutabilityType immutable); Q_SIGNALS: - /** - * This signal indicates that a application launch was triggered - */ - void launchActivated(); - /** * This signal indicates a new containment has been added to * the Corona