From edb69b6a65e67dd6368b8b0ae16a8bf4105ca76d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:14:01 -0600 Subject: Rename old tq methods that no longer need a unique name (cherry picked from commit 32a249baaef1b910bffd79734c78cac3671f00f2) --- src/modules/help/helpwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/help/helpwidget.h') diff --git a/src/modules/help/helpwidget.h b/src/modules/help/helpwidget.h index 9e2c1c4..48019e7 100644 --- a/src/modules/help/helpwidget.h +++ b/src/modules/help/helpwidget.h @@ -54,7 +54,7 @@ protected slots: void showIndex(); void suicide(); public: - virtual TQSize tqsizeHint() const; + virtual TQSize sizeHint() const; TQTextBrowser * textBrowser() { return m_pTextBrowser; } }; -- cgit v1.2.3