diff -r 41d7283934c1 -r 0b9fbee5ceda QTfrontend/mapContainer.cpp --- a/QTfrontend/mapContainer.cpp Sat Aug 16 14:28:44 2008 +0000 +++ b/QTfrontend/mapContainer.cpp Sat Aug 16 20:15:27 2008 +0000 @@ -28,6 +28,7 @@ #include #include #include +#include #include "hwconsts.h" #include "mapContainer.h" @@ -149,6 +150,7 @@ void HWMapContainer::themeSelected(int currentRow) { theme = Themes->at(currentRow); + gbThemes->setIcon(QIcon(QString("%1/Themes/%2/icon.png").arg(datadir->absolutePath()).arg(theme))); emit themeChanged(theme); }