From a3f1234ece748a30d118e4b6f8333c19505bd516 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:23:49 -0600 Subject: Rename obsolete tq methods to standard names (cherry picked from commit 89856e749bf14e63fed55a8f3436ea9a6f19667a) --- khexedit/hexmanagerwidget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khexedit/hexmanagerwidget.cc') diff --git a/khexedit/hexmanagerwidget.cc b/khexedit/hexmanagerwidget.cc index 2413f6b..8c4c00d 100644 --- a/khexedit/hexmanagerwidget.cc +++ b/khexedit/hexmanagerwidget.cc @@ -70,7 +70,7 @@ void CHexManagerWidget::updateLayout( void ) { if( mValid == false ) { return; } - delete tqlayout(); + delete layout(); TQVBoxLayout *vlay = new TQVBoxLayout( this, 0, 0 ); if( mSearchBar && mSearchBarPosition == AboveEditor ) -- cgit v1.2.3