From c2637a0da6d9a1c8626ca39f8451ab3b7cda487a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:47:59 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- kghostview/scrollbox.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kghostview/scrollbox.cpp') diff --git a/kghostview/scrollbox.cpp b/kghostview/scrollbox.cpp index 0246e893..87d68418 100644 --- a/kghostview/scrollbox.cpp +++ b/kghostview/scrollbox.cpp @@ -99,19 +99,19 @@ void ScrollBox::setPageSize( const TQSize& s ) { pagesize = s; setFixedHeight( s.height() * width() / s.width() ); - tqrepaint(); + repaint(); } void ScrollBox::setViewSize( const TQSize& s ) { viewsize = s; - tqrepaint(); + repaint(); } void ScrollBox::setViewPos( const TQPoint& pos ) { viewpos = pos; - tqrepaint(); + repaint(); } void ScrollBox::setThumbnail( TQPixmap img ) -- cgit v1.2.3