setFocus has gone from Applet

This commit is contained in:
Sebastian Kügler 2013-03-19 03:33:33 +01:00
parent 729c3fed2d
commit 58537d36ed

View File

@ -109,7 +109,6 @@ void AppletPrivate::init(const QString &packagePath)
configAction->setText(i18nc("%1 is the name of the applet", "%1 Settings", q->title()));
}
QObject::connect(q, SIGNAL(activate()), q, SLOT(setFocus()));
if (!appletDescription.isValid()) {
#ifndef NDEBUG
kDebug() << "Check your constructor! "