summaryrefslogtreecommitdiffstats
path: root/src/kbfxspinxtoolbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kbfxspinxtoolbutton.cpp')
-rw-r--r--src/kbfxspinxtoolbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxspinxtoolbutton.cpp b/src/kbfxspinxtoolbutton.cpp
index 9f90102..37fcf53 100644
--- a/src/kbfxspinxtoolbutton.cpp
+++ b/src/kbfxspinxtoolbutton.cpp
@@ -92,7 +92,7 @@ KbfxSpinxToolButton::setPixmaps ( TQPixmap normal, TQPixmap hover )
m_current = m_normal;
resize ( m_current.size () );
- this->tqrepaint();
+ this->repaint();
this->update();
}