[kwin] Remove connect from focusPolicyIsReasonable to configChanged

For one reason the connect was wrong and it's not neaded.
This commit is contained in:
Martin Gräßlin 2013-12-13 11:54:43 +01:00
parent 4c08cf093c
commit dd182512a9

View file

@ -175,8 +175,6 @@ Options::Options(QObject *parent)
{
m_settings->setDefaults();
syncFromKcfgc();
connect(this, SIGNAL(focusPolicyIsResonableChanged()), this, SIGNAL(&KConfigOptions::configChanged()));
}
Options::~Options()