diff --git a/effects/videorecord_config.cpp b/effects/videorecord_config.cpp index 615fd2c9a0..882d69c180 100644 --- a/effects/videorecord_config.cpp +++ b/effects/videorecord_config.cpp @@ -68,9 +68,11 @@ VideoRecordEffectConfig::VideoRecordEffectConfig(QWidget* parent, const QVariant mShortcutEditor = new KShortcutsEditor(actionCollection, this, KShortcutsEditor::GlobalAction, KShortcutsEditor::LetterShortcutsDisallowed); - connect(mShortcutEditor, SIGNAL(keyChange()), this, SLOT(changed())); layout->addWidget(mShortcutEditor); + connect(saveVideo, SIGNAL(textChanged(const QString&)), this, SLOT(changed())); + connect(mShortcutEditor, SIGNAL(keyChange()), this, SLOT(changed())); + layout->addStretch(); load();