summaryrefslogtreecommitdiff
path: root/src/gui/widgets/itemshortcutcontainer.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-07-13 01:31:22 +0300
committerAndrei Karas <akaras@inbox.ru>2012-07-13 01:31:22 +0300
commitd8aaca79e608c98dfa82f145b032ca94ce473138 (patch)
tree576e6b2368869693de33837dd5b51dd2b3a5e780 /src/gui/widgets/itemshortcutcontainer.cpp
parent49549db4517dd7f1ec1d66626578296f5524517b (diff)
downloadplus-d8aaca79e608c98dfa82f145b032ca94ce473138.tar.gz
plus-d8aaca79e608c98dfa82f145b032ca94ce473138.tar.bz2
plus-d8aaca79e608c98dfa82f145b032ca94ce473138.tar.xz
plus-d8aaca79e608c98dfa82f145b032ca94ce473138.zip
Change shortcuts windows theming.
Diffstat (limited to 'src/gui/widgets/itemshortcutcontainer.cpp')
-rw-r--r--src/gui/widgets/itemshortcutcontainer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/itemshortcutcontainer.cpp b/src/gui/widgets/itemshortcutcontainer.cpp
index 0585f59cd..714435d21 100644
--- a/src/gui/widgets/itemshortcutcontainer.cpp
+++ b/src/gui/widgets/itemshortcutcontainer.cpp
@@ -62,7 +62,8 @@ ItemShortcutContainer::ItemShortcutContainer(unsigned number):
mItemPopup = new ItemPopup;
mSpellPopup = new SpellPopup;
- mBackgroundImg = Theme::getImageFromTheme("item_shortcut_bgr.png");
+ mBackgroundImg = Theme::getImageFromThemeXml(
+ "item_shortcut_background.xml");
if (itemShortcut[mNumber])
mMaxItems = itemShortcut[mNumber]->getItemCount();
else