mirror of
https://github.com/KDE/konsole.git
synced 2026-05-05 05:07:06 -04:00
normalize signals/slots
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user