summaryrefslogtreecommitdiffstats
path: root/examples/Screenshot.qs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Screenshot.qs')
-rw-r--r--examples/Screenshot.qs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Screenshot.qs b/examples/Screenshot.qs
index ead2a32..4503851 100644
--- a/examples/Screenshot.qs
+++ b/examples/Screenshot.qs
@@ -111,7 +111,7 @@ Screenshot.prototype.createOptionsGroupBox = function() {
this.delaySpinBox = new QSpinBox();
this.delaySpinBox.suffix = tr(" s");
this.delaySpinBox.maximum = 60;
- this.delaySpinBox.valueChanged.connect(this, this.updateCheckBox);
+ this.delaySpinBox['valueChanged(int)'].connect(this, this.updateCheckBox);
this.delaySpinBoxLabel = new QLabel(tr("Screenshot Delay:"));