+ connect(m_maxPreviewSize, SIGNAL(valueChanged(int)),
+ this, SIGNAL(changed()));
+ connect(m_spinBox, SIGNAL(valueChanged(int)),
+ this, SIGNAL(changed()));
+
+ m_useFileThumbnails = new QCheckBox(i18nc("@option:check", "Use thumbnails embedded in files"), previewBox);
+ connect(m_useFileThumbnails, SIGNAL(toggled(bool)), this, SIGNAL(changed()));
+