diff options
Diffstat (limited to 'src/option/k3bcddboptiontab.cpp')
-rw-r--r-- | src/option/k3bcddboptiontab.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/option/k3bcddboptiontab.cpp b/src/option/k3bcddboptiontab.cpp index 2411ba0..ba6f704 100644 --- a/src/option/k3bcddboptiontab.cpp +++ b/src/option/k3bcddboptiontab.cpp @@ -89,12 +89,12 @@ K3bCddbOptionTab::K3bCddbOptionTab( TQWidget* parent, const char* name ) // set icons for the buttons m_buttonAddLocalDir->setPixmap( SmallIcon("ok") ); m_buttonRemoveLocalDir->setPixmap( SmallIcon("process-stop") ); - m_buttonLocalDirUp->setPixmap( SmallIcon("up") ); - m_buttonLocalDirDown->setPixmap( SmallIcon("down") ); + m_buttonLocalDirUp->setPixmap( SmallIcon("go-up") ); + m_buttonLocalDirDown->setPixmap( SmallIcon("go-down") ); m_buttonAddCddbServer->setPixmap( SmallIcon("ok") ); m_buttonRemoveCddbServer->setPixmap( SmallIcon("process-stop") ); - m_buttonCddbServerUp->setPixmap( SmallIcon("up") ); - m_buttonCddbServerDown->setPixmap( SmallIcon("down") ); + m_buttonCddbServerUp->setPixmap( SmallIcon("go-up") ); + m_buttonCddbServerDown->setPixmap( SmallIcon("go-down") ); // setup connections |