summaryrefslogtreecommitdiff
path: root/src/gui/emotepopup.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-09-11 04:24:30 +0300
committerAndrei Karas <akaras@inbox.ru>2011-09-11 04:24:30 +0300
commitdb4361d9f7652104e818cf9a2a0f326e1c607fb8 (patch)
tree57587f5fa82826aa428cbf639f1f942952785c0c /src/gui/emotepopup.cpp
parent632c1797013d8b0a987ab68341b50354afdb1f9d (diff)
downloadplus-db4361d9f7652104e818cf9a2a0f326e1c607fb8.tar.gz
plus-db4361d9f7652104e818cf9a2a0f326e1c607fb8.tar.bz2
plus-db4361d9f7652104e818cf9a2a0f326e1c607fb8.tar.xz
plus-db4361d9f7652104e818cf9a2a0f326e1c607fb8.zip
Add own xml configuration for missing windows.
Diffstat (limited to 'src/gui/emotepopup.cpp')
-rw-r--r--src/gui/emotepopup.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/emotepopup.cpp b/src/gui/emotepopup.cpp
index 348a97952..6d2bf7be2 100644
--- a/src/gui/emotepopup.cpp
+++ b/src/gui/emotepopup.cpp
@@ -48,7 +48,8 @@ const int EmotePopup::gridHeight = 36; // emote icon height + 4
static const int MAX_COLUMNS = 6;
-EmotePopup::EmotePopup():
+EmotePopup::EmotePopup() :
+ Popup("EmotePopup", "emotepopup.xml"),
mSelectedEmoteIndex(-1),
mHoveredEmoteIndex(-1),
mRowCount(1),