From 0e2b76239f354a9eead0b4e37d86d390ec57ffa9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:31:10 -0600 Subject: Rename old tq methods that no longer need a unique name --- kmahjongg/Editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmahjongg/Editor.cpp') diff --git a/kmahjongg/Editor.cpp b/kmahjongg/Editor.cpp index cc80831c..14038f5d 100644 --- a/kmahjongg/Editor.cpp +++ b/kmahjongg/Editor.cpp @@ -170,7 +170,7 @@ void Editor::setupToolbar() // status in the toolbar for now (ick) theLabel = new TQLabel(statusText(), topToolbar); - int lWidth = theLabel->tqsizeHint().width(); + int lWidth = theLabel->sizeHint().width(); topToolbar->insertWidget(ID_TOOL_STATUS,lWidth, theLabel ); topToolbar->alignItemRight( ID_TOOL_STATUS, true ); -- cgit v1.2.1