From 1dd83e5f38d1c16d3e6da18d0caca0ee093ab58f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:35:10 -0600 Subject: Rename old tq methods that no longer need a unique name --- cervisia/logtree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cervisia/logtree.h') diff --git a/cervisia/logtree.h b/cervisia/logtree.h index f1af28b9..c895c183 100644 --- a/cervisia/logtree.h +++ b/cervisia/logtree.h @@ -56,7 +56,7 @@ public: virtual void paintCell(TQPainter *p, int row, int col, const TQRect& cr, bool selected, const TQColorGroup& cg); - virtual TQSize tqsizeHint() const; + virtual TQSize sizeHint() const; virtual TQString text(int row, int col) const; -- cgit v1.2.1