diff options
Diffstat (limited to 'src/kbfxbutton.cpp')
-rw-r--r-- | src/kbfxbutton.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kbfxbutton.cpp b/src/kbfxbutton.cpp index d4903d7..a3a0f87 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->repaint(); + this->tqrepaint(); } TQCString KbfxButton::findPanel() @@ -344,7 +344,7 @@ void KbfxButton::paintEvent ( TQPaintEvent * pe ) m_buffer->resize ( r.size() ); m_buffer->fill ( this, r.topLeft() ); - p.begin ( m_buffer,this ); + p.tqbegin ( m_buffer,this ); p.translate ( -r.x(), -r.y() ); p.drawPixmap ( r,m_current_skin ); p.end (); |