From c18386d69b76ef0218b5f0a08ca773fa824322b6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:07:05 -0600 Subject: Rename obsolete tq methods to standard names --- src/gui/studio/SynthPluginManagerDialog.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/studio/SynthPluginManagerDialog.cpp') diff --git a/src/gui/studio/SynthPluginManagerDialog.cpp b/src/gui/studio/SynthPluginManagerDialog.cpp index 12e0716..4fdb00f 100644 --- a/src/gui/studio/SynthPluginManagerDialog.cpp +++ b/src/gui/studio/SynthPluginManagerDialog.cpp @@ -166,10 +166,10 @@ SynthPluginManagerDialog::SynthPluginManagerDialog(TQWidget *parent, TQPushButton *closeButton = new TQPushButton(i18n("Close"), btnBox); - TQHBoxLayout* tqlayout = new TQHBoxLayout(btnBox, 0, 10); - tqlayout->addStretch(10); - tqlayout->addWidget(closeButton); - tqlayout->addSpacing(5); + TQHBoxLayout* layout = new TQHBoxLayout(btnBox, 0, 10); + layout->addStretch(10); + layout->addWidget(closeButton); + layout->addSpacing(5); KAction* close = KStdAction::close(TQT_TQOBJECT(this), TQT_SLOT(slotClose()), -- cgit v1.2.1