From 089118c18533dfa3e6ce5065dbebdd4db94051f1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:33:51 -0600 Subject: Rename old tq methods that no longer need a unique name --- kpf/src/BandwidthGraph.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpf/src/BandwidthGraph.h') diff --git a/kpf/src/BandwidthGraph.h b/kpf/src/BandwidthGraph.h index 8684c71f..257381cf 100644 --- a/kpf/src/BandwidthGraph.h +++ b/kpf/src/BandwidthGraph.h @@ -76,12 +76,12 @@ namespace KPF /** * Overridden to provide reasonable default size and tqshape. */ - virtual TQSize tqsizeHint() const; + virtual TQSize sizeHint() const; /** * Overridden to provide reasonable minimum size and tqshape. */ - virtual TQSize tqminimumSizeHint() const; + virtual TQSize minimumSizeHint() const; /** * @return the WebServer object given on construction. -- cgit v1.2.1