diff options
Diffstat (limited to 'kuickshow/src/imlibwidget.h')
-rw-r--r-- | kuickshow/src/imlibwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kuickshow/src/imlibwidget.h b/kuickshow/src/imlibwidget.h index a83f8eb4..a2105531 100644 --- a/kuickshow/src/imlibwidget.h +++ b/kuickshow/src/imlibwidget.h @@ -138,7 +138,7 @@ protected: void showImage(); void setImageModifier(); void rotate( int ); - void updateWidget( bool tqgeometryUpdate=true ); + void updateWidget( bool geometryUpdate=true ); virtual void updateGeometry( int width, int height ); virtual void loaded( KuickImage * ); virtual bool canZoomTo( int newWidth, int newHeight ); @@ -146,9 +146,9 @@ protected: void closeEvent( TQCloseEvent * ); - inline void autoUpdate( bool tqgeometryUpdate=false ) { + inline void autoUpdate( bool geometryUpdate=false ) { if ( isAutoRendering ) - updateWidget( tqgeometryUpdate ); + updateWidget( geometryUpdate ); } bool stillResizing, deleteImData, deleteImlibData; |