diff options
Diffstat (limited to 'libk3b/tools/k3bbusywidget.h')
-rw-r--r-- | libk3b/tools/k3bbusywidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/tools/k3bbusywidget.h b/libk3b/tools/k3bbusywidget.h index bbaddc0..7eb927e 100644 --- a/libk3b/tools/k3bbusywidget.h +++ b/libk3b/tools/k3bbusywidget.h @@ -35,8 +35,8 @@ class LIBK3B_EXPORT K3bBusyWidget : public TQFrame void showBusy( bool b ); - TQSize sizeHint() const; - TQSize minimumSizeHint() const; + TQSize tqsizeHint() const; + TQSize tqminimumSizeHint() const; protected: void drawContents( TQPainter* p ); |