From 5f20b2e679037af4b18ac901bdf78a08e5c0da39 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:29:39 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- src/part/radialMap/widget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/part/radialMap/widget.h') diff --git a/src/part/radialMap/widget.h b/src/part/radialMap/widget.h index 9343830..72ebd3d 100644 --- a/src/part/radialMap/widget.h +++ b/src/part/radialMap/widget.h @@ -28,7 +28,7 @@ namespace RadialMap bool resize( const TQRect& ); bool isNull() const { return ( m_signature == 0 ); } - void tqinvalidate( const bool ); + void invalidate( const bool ); friend class Builder; friend class Widget; @@ -70,7 +70,7 @@ namespace RadialMap void zoomIn(); void zoomOut(); void create( const Directory* ); - void tqinvalidate( const bool = true ); + void invalidate( const bool = true ); void refresh( int ); private slots: -- cgit v1.2.3