summaryrefslogtreecommitdiff
path: root/src/gui/beingpopup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/beingpopup.cpp')
-rw-r--r--src/gui/beingpopup.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/beingpopup.cpp b/src/gui/beingpopup.cpp
index bdc7b9c27..5ab7a8c89 100644
--- a/src/gui/beingpopup.cpp
+++ b/src/gui/beingpopup.cpp
@@ -41,11 +41,11 @@
BeingPopup::BeingPopup() :
Popup("BeingPopup", "beingpopup.xml"),
- mBeingName(new Label("A")),
- mBeingParty(new Label("A")),
- mBeingGuild(new Label("A")),
- mBeingRank(new Label("A")),
- mBeingComment(new Label("A"))
+ mBeingName(new Label(this, "A")),
+ mBeingParty(new Label(this, "A")),
+ mBeingGuild(new Label(this, "A")),
+ mBeingRank(new Label(this, "A")),
+ mBeingComment(new Label(this, "A"))
{
// Being Name
mBeingName->setFont(boldFont);