From 4faf11eccc5f08d2aa0540157d6eff80b7cdb02a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:33:46 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- src/gui/widgets/PitchDragLabel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/PitchDragLabel.h') diff --git a/src/gui/widgets/PitchDragLabel.h b/src/gui/widgets/PitchDragLabel.h index 6f11b17..3bb0868 100644 --- a/src/gui/widgets/PitchDragLabel.h +++ b/src/gui/widgets/PitchDragLabel.h @@ -53,7 +53,7 @@ public: int getPitch() const { return m_pitch; } - virtual TQSize tqsizeHint() const; + virtual TQSize sizeHint() const; signals: void pitchDragged(int); -- cgit v1.2.1