From bcc684e28ad6f9ebeeae5d334a4dc297cef3e816 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:35:27 -0600 Subject: Rename old tq methods that no longer need a unique name --- khexedit/optiondialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khexedit/optiondialog.cc') diff --git a/khexedit/optiondialog.cc b/khexedit/optiondialog.cc index a754e72..8709df4 100644 --- a/khexedit/optiondialog.cc +++ b/khexedit/optiondialog.cc @@ -439,7 +439,7 @@ void COptionDialog::setupFilePage( void ) modeList.append( i18n("Most Recent Document") ); modeList.append( i18n("All Recent Documents") ); mFile.openCombo->insertStringList( modeList ); - mFile.openCombo->setMinimumWidth( mFile.openCombo->tqsizeHint().width() ); + mFile.openCombo->setMinimumWidth( mFile.openCombo->sizeHint().width() ); connect( mFile.openCombo, TQT_SIGNAL(activated(int)), this, TQT_SLOT( slotChanged())); -- cgit v1.2.3