From 1f3400bba10b276a9e167ef6f6d9d31c84a18135 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:36:11 -0600 Subject: Remove additional unneeded tq method conversions --- src/kbfxbutton.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kbfxbutton.cpp') diff --git a/src/kbfxbutton.cpp b/src/kbfxbutton.cpp index a3a0f87..d4903d7 100644 --- a/src/kbfxbutton.cpp +++ b/src/kbfxbutton.cpp @@ -93,7 +93,7 @@ void KbfxButton::loadSkins() m_pressed_skin = TQPixmap ( _tmpPressed ); m_current_skin = m_normal_skin; this->resize ( m_current_skin.width(),m_current_skin.height() ); - this->tqrepaint(); + this->repaint(); } TQCString KbfxButton::findPanel() @@ -344,7 +344,7 @@ void KbfxButton::paintEvent ( TQPaintEvent * pe ) m_buffer->resize ( r.size() ); m_buffer->fill ( this, r.topLeft() ); - p.tqbegin ( m_buffer,this ); + p.begin ( m_buffer,this ); p.translate ( -r.x(), -r.y() ); p.drawPixmap ( r,m_current_skin ); p.end (); -- cgit v1.2.1