diff --git a/src/kcmodule/buttonactionselectiondialog.cpp b/src/kcmodule/buttonactionselectiondialog.cpp --- a/src/kcmodule/buttonactionselectiondialog.cpp +++ b/src/kcmodule/buttonactionselectiondialog.cpp @@ -53,7 +53,7 @@ layout->addWidget(buttonBox); setWindowTitle( i18nc( "The action that will be assigned to a tablet button.", "Select Button Action" ) ); - setWindowIcon( QIcon::fromTheme( QLatin1String("input-tablet") ) ); + setWindowIcon( QIcon::fromTheme( QLatin1String("preferences-desktop-tablet") ) ); connect( buttonBox, &QDialogButtonBox::clicked, [this, buttonBox](QAbstractButton* button){ if (QDialogButtonBox::Ok == buttonBox->standardButton(button)) { diff --git a/src/kcmodule/tabletareaselectiondialog.cpp b/src/kcmodule/tabletareaselectiondialog.cpp --- a/src/kcmodule/tabletareaselectiondialog.cpp +++ b/src/kcmodule/tabletareaselectiondialog.cpp @@ -112,7 +112,7 @@ connect(buttonBox, &QDialogButtonBox::accepted, this, &QDialog::accept); connect(buttonBox, &QDialogButtonBox::rejected, this, &QDialog::reject); setWindowTitle( i18nc( "Dialog title from a dialog which lets the user select an area of the tablet where the screen space will be mapped to.", "Select a Tablet Area" ) ); - setWindowIcon( QIcon::fromTheme( QLatin1String("input-tablet") ) ); + setWindowIcon( QIcon::fromTheme( QLatin1String("preferences-desktop-tablet") ) ); //connect( this, SIGNAL(okClicked()), this, SLOT(onOkClicked()) ); } diff --git a/src/kded/tabletdaemon.cpp b/src/kded/tabletdaemon.cpp --- a/src/kded/tabletdaemon.cpp +++ b/src/kded/tabletdaemon.cpp @@ -103,7 +103,7 @@ notification->setComponentName( QStringLiteral("wacomtablet") ); notification->setTitle(title); notification->setText(message); - notification->setIconName( QLatin1String( "input-tablet" ) ); + notification->setIconName( QLatin1String( "preferences-desktop-tablet" ) ); if (suggestConfigure) { notification->setActions(QStringList{ diff --git a/src/kded/wacomtablet.notifyrc b/src/kded/wacomtablet.notifyrc --- a/src/kded/wacomtablet.notifyrc +++ b/src/kded/wacomtablet.notifyrc @@ -1,5 +1,5 @@ [Global] -IconName=input-tablet +IconName=preferences-desktop-tablet Comment=Wacom Tablet Comment[ar]=لوحيّّ واكُم Comment[bs]=Wacom Tablet