From 2d6954f69caf63ed5057bd8e1405a65d7d970292 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:05:41 -0600 Subject: Rename obsolete tq methods to standard names --- kchart/kchartDataEditor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kchart/kchartDataEditor.cc') diff --git a/kchart/kchartDataEditor.cc b/kchart/kchartDataEditor.cc index d9ce6551..9c5de4f9 100644 --- a/kchart/kchartDataEditor.cc +++ b/kchart/kchartDataEditor.cc @@ -240,7 +240,7 @@ kchartDataEditor::kchartDataEditor(TQWidget* parent) : connect( m_removeColButton, TQT_SIGNAL( clicked() ), this, TQT_SLOT( removeCurrentColumn() ) ); - // Start the tqlayout. The buttons are at the top. + // Start the layout. The buttons are at the top. TQVBoxLayout *topLayout = new TQVBoxLayout( page ); TQHBoxLayout* insertRemoveLayout = new TQHBoxLayout( ); -- cgit v1.2.1