Detect save path change, patch by Damien Gombault.

BUG: 164942


svn path=/branches/KDE/4.1/kdebase/workspace/; revision=843070
This commit is contained in:
Luboš Luňák 2008-08-06 11:27:43 +00:00
parent ef795739e1
commit 50f29e6183

View file

@ -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();