From 83fbc82a101309e171089f0d5ed080f82a367345 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:49:11 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- kmid/rhythmview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmid/rhythmview.cpp') diff --git a/kmid/rhythmview.cpp b/kmid/rhythmview.cpp index 49499d46..240ee242 100644 --- a/kmid/rhythmview.cpp +++ b/kmid/rhythmview.cpp @@ -95,7 +95,7 @@ void RhythmView::resizeEvent(TQResizeEvent *) } } -TQSize RhythmView::tqsizeHint() +TQSize RhythmView::sizeHint() { return TQSize(10,10); } -- cgit v1.2.1