Use clicked() not pressed()

This commit is contained in:
craig
2012-01-28 12:41:37 +00:00
parent 9dac76890e
commit bbc6ec02fd
2 changed files with 3 additions and 3 deletions

View File

@@ -162,7 +162,7 @@ void DevicePropertiesDialog::show(const QString &path, const QString &coverName,
origMusicFolder=path;
albumCovers->setValidator(new CoverNameValidator(this));
connect(configFilename, SIGNAL(pressed()), SLOT(configureFilenameScheme()));
connect(configFilename, SIGNAL(clicked()), SLOT(configureFilenameScheme()));
connect(filenameScheme, SIGNAL(textChanged(const QString &)), this, SLOT(enableOkButton()));
connect(vfatSafe, SIGNAL(stateChanged(int)), this, SLOT(enableOkButton()));
connect(asciiOnly, SIGNAL(stateChanged(int)), this, SLOT(enableOkButton()));