normalize signals/slots

This commit is contained in:
Montel Laurent
2011-08-19 23:52:18 +02:00
parent b69924e732
commit f7e8df65c8

View File

@@ -203,8 +203,8 @@ void ColorSchemeEditor::setup(const ColorScheme* scheme)
connect( _ui->wallpaperSelectButton, SIGNAL(clicked()),
this, SLOT(selectWallpaper()));
connect( _ui->wallpaperPath, SIGNAL(textChanged(const QString&)),
this, SLOT(wallpaperPathChanged(const QString&)));
connect( _ui->wallpaperPath, SIGNAL(textChanged(QString)),
this, SLOT(wallpaperPathChanged(QString)));
}
void ColorSchemeEditor::setupColorTable(const ColorScheme* colors)
{