summaryrefslogtreecommitdiffstats
path: root/src/gui/studio/NameSetEditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/studio/NameSetEditor.cpp')
-rw-r--r--src/gui/studio/NameSetEditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/studio/NameSetEditor.cpp b/src/gui/studio/NameSetEditor.cpp
index d7917bf..9bfdcdc 100644
--- a/src/gui/studio/NameSetEditor.cpp
+++ b/src/gui/studio/NameSetEditor.cpp
@@ -111,7 +111,7 @@ NameSetEditor::NameSetEditor(BankEditorDialog* bankEditor,
} else {
TQLabel *label = new TQLabel(numberText, numBox);
label->setFixedWidth(40);
- label->tqsetAlignment(AlignCenter);
+ label->setAlignment(AlignCenter);
m_labels.push_back(label);
}