From ef13416bfc43e51ef4e20919e0fab81ae05e0fe2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:14:51 -0600 Subject: Rename old tq methods that no longer need a unique name --- src/gui/dialogs/SimpleEventEditDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/dialogs/SimpleEventEditDialog.cpp') diff --git a/src/gui/dialogs/SimpleEventEditDialog.cpp b/src/gui/dialogs/SimpleEventEditDialog.cpp index b3009f6..d9ff2d5 100644 --- a/src/gui/dialogs/SimpleEventEditDialog.cpp +++ b/src/gui/dialogs/SimpleEventEditDialog.cpp @@ -155,7 +155,7 @@ SimpleEventEditDialog::SimpleEventEditDialog(TQWidget *parent, m_controllerLabel = new TQLabel(i18n("Controller name:"), frame); m_controllerLabelValue = new TQLabel(i18n(""), frame); - m_controllerLabelValue->tqsetAlignment(TQLabel::AlignRight); + m_controllerLabelValue->setAlignment(TQLabel::AlignRight); tqlayout->addWidget(m_controllerLabel, 4, 0); tqlayout->addWidget(m_controllerLabelValue, 4, 1); -- cgit v1.2.3