diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:35:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:35:29 -0600 |
commit | d96d16a5d7133f94b2006b78d1e100c0dba81d3b (patch) | |
tree | 4315758705ec1dec8f19c684b0fc349a5f0f08dc /src/part/radialMap/widget.h | |
parent | c74c9068a8df1cf50ccda88a20dbfad1f9f30545 (diff) | |
download | filelight-d96d16a5d7133f94b2006b78d1e100c0dba81d3b.tar.gz filelight-d96d16a5d7133f94b2006b78d1e100c0dba81d3b.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/part/radialMap/widget.h')
-rw-r--r-- | src/part/radialMap/widget.h | 4 |
1 files changed, 2 insertions, 2 deletions
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: |