From 0e00c0a86a4c9d7e80c7b66d91940cc7dcb79f78 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:34:45 -0600 Subject: Rename old tq methods that no longer need a unique name --- knotes/knotebutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knotes/knotebutton.h') diff --git a/knotes/knotebutton.h b/knotes/knotebutton.h index 6a9f7e5b..2f369926 100644 --- a/knotes/knotebutton.h +++ b/knotes/knotebutton.h @@ -36,7 +36,7 @@ public: KNoteButton( const TQString& icon, TQWidget *parent=0, const char *name=0 ); ~KNoteButton(); - virtual TQSize tqsizeHint() const; + virtual TQSize sizeHint() const; protected: virtual void enterEvent( TQEvent * ); -- cgit v1.2.3