From 5f63ee9f50176245bca319e902b2b8575cd0074f Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 19 Jul 2011 18:44:25 +0000 Subject: Rename tqgeometry* to geometry* git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1242307 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kuickshow/src/imlibwidget.cpp | 6 +++--- kuickshow/src/imlibwidget.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'kuickshow') diff --git a/kuickshow/src/imlibwidget.cpp b/kuickshow/src/imlibwidget.cpp index ee890f4c..c14ca983 100644 --- a/kuickshow/src/imlibwidget.cpp +++ b/kuickshow/src/imlibwidget.cpp @@ -436,17 +436,17 @@ void ImlibWidget::setFlipMode( int mode ) } -void ImlibWidget::updateWidget( bool tqgeometryUpdate ) +void ImlibWidget::updateWidget( bool geometryUpdate ) { if ( !m_kuim ) return; -// if ( tqgeometryUpdate ) +// if ( geometryUpdate ) // XUnmapWindow( x11Display(), win );// remove the old image -> no flicker XSetWindowBackgroundPixmap( x11Display(), win, m_kuim->pixmap() ); - if ( tqgeometryUpdate ) + if ( geometryUpdate ) updateGeometry( m_kuim->width(), m_kuim->height() ); XClearWindow( x11Display(), win ); 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; -- cgit v1.2.3