From c7ce89fcae12a35ac8bfa9b908854c50ca0ceee2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:17:16 -0600 Subject: Rename obsolete tq methods to standard names --- kttsd/plugins/command/commandconf.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kttsd/plugins/command/commandconf.cpp') diff --git a/kttsd/plugins/command/commandconf.cpp b/kttsd/plugins/command/commandconf.cpp index 9e04749..72731df 100644 --- a/kttsd/plugins/command/commandconf.cpp +++ b/kttsd/plugins/command/commandconf.cpp @@ -48,11 +48,11 @@ CommandConf::CommandConf( TQWidget* parent, const char* name, const TQStringList m_commandProc = 0; m_progressDlg = 0; - TQVBoxLayout *tqlayout = new TQVBoxLayout(this, KDialog::marginHint(), + TQVBoxLayout *layout = new TQVBoxLayout(this, KDialog::marginHint(), KDialog::spacingHint(), "CommandConfigWidgetLayout"); - tqlayout->setAlignment (TQt::AlignTop); + layout->setAlignment (TQt::AlignTop); m_widget = new CommandConfWidget(this, "CommandConfigWidget"); - tqlayout->addWidget(m_widget); + layout->addWidget(m_widget); // Build codec list and fill combobox. m_codecList = PlugInProc::buildCodecList(); -- cgit v1.2.3