From 09c863183250d07f82c0919e0a40fc7834c32192 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:08:55 -0600 Subject: Rename old tq methods that no longer need a unique name --- src/k3bflatbutton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/k3bflatbutton.cpp') diff --git a/src/k3bflatbutton.cpp b/src/k3bflatbutton.cpp index 8d68f6f..07999f7 100644 --- a/src/k3bflatbutton.cpp +++ b/src/k3bflatbutton.cpp @@ -139,7 +139,7 @@ void K3bFlatButton::setHover( bool b ) } -TQSize K3bFlatButton::tqsizeHint() const +TQSize K3bFlatButton::sizeHint() const { // height: pixmap + 5 spacing + font height + frame width // width: max( pixmap, text) + frame width -- cgit v1.2.1