diff options
Diffstat (limited to 'shemov.cpp')
-rw-r--r-- | shemov.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla mQuitA = new QAction(tr("Quit"), this); mQuitA->setShortcut(tr("CTRL+q")); connect(mQuitA, &QAction::triggered, qApp, &QApplication::closeAllWindows); - mConfigA = new QAction(QIcon(":/chastity_belt.png"), tr("Configure..."), this); + mConfigA = new QAction(QIcon(":/chastity_belt_light.png"), tr("Configure..."), this); connect(mConfigA, &QAction::triggered, this, &SheMov::configure); QString aboutLabel = QString(tr("About %1...")).arg(qApp->applicationName()); mAboutShemovA = new QAction(aboutLabel, this); |