From 7ee38ebc22d177c8f0f4805d0e8479736ec94f79 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 (cherry picked from commit bcc684e28ad6f9ebeeae5d334a4dc297cef3e816) --- ksim/library/label.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksim/library/label.h') diff --git a/ksim/library/label.h b/ksim/library/label.h index f20d8df..8ae9b64 100644 --- a/ksim/library/label.h +++ b/ksim/library/label.h @@ -108,11 +108,11 @@ namespace KSim /** * reimplemented for internal reasons */ - virtual TQSize tqsizeHint() const; + virtual TQSize sizeHint() const; /** * reimplemented for internal reasons */ - virtual TQSize tqminimumSizeHint() const; + virtual TQSize minimumSizeHint() const; public slots: /** -- cgit v1.2.1