From 0e00c0a86a4c9d7e80c7b66d91940cc7dcb79f78 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:34:45 -0600 Subject: Rename old tq methods that no longer need a unique name --- kmail/recipientseditortest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/recipientseditortest.cpp') diff --git a/kmail/recipientseditortest.cpp b/kmail/recipientseditortest.cpp index 05e55253..5d8b02ee 100644 --- a/kmail/recipientseditortest.cpp +++ b/kmail/recipientseditortest.cpp @@ -54,7 +54,7 @@ Composer::Composer( TQWidget *parent ) mRecipients = new RecipientsEditor( this ); topLayout->addMultiCellWidget( mRecipients, 1, 1, 0, 1 ); - kdDebug() << "SIZEHINT: " << mRecipients->tqsizeHint() << endl; + kdDebug() << "SIZEHINT: " << mRecipients->sizeHint() << endl; // mRecipients->setFixedHeight( 10 ); -- cgit v1.2.3