diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:54:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:54:22 -0600 |
commit | 22e7adf3ed072dce5600693e9ba7c14eda94e025 (patch) | |
tree | c20fdfcd0b7eeaf63d3ba0beb8322f1602c18f94 /kutils | |
parent | 1180237ab336226ad932d767a6cb56208314988f (diff) | |
download | tdelibs-22e7adf3ed072dce5600693e9ba7c14eda94e025.tar.gz tdelibs-22e7adf3ed072dce5600693e9ba7c14eda94e025.zip |
Rename a few stragglers
Diffstat (limited to 'kutils')
-rw-r--r-- | kutils/kmultitabbar.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kutils/kmultitabbar.cpp b/kutils/kmultitabbar.cpp index 914258899..082470538 100644 --- a/kutils/kmultitabbar.cpp +++ b/kutils/kmultitabbar.cpp @@ -650,8 +650,8 @@ void KMultiTabBarTab::drawButtonStyled(TQPainter *paint) { if (isOn()) st|=TQStyle::Style_On; - tqstyle().drawControl(TQStyle::CE_PushButton,&painter,this, TQRect(0,0,pixmap.width(),pixmap.height()), colorGroup(),st); - tqstyle().drawControl(TQStyle::CE_PushButtonLabel,&painter,this, TQRect(0,0,pixmap.width(),pixmap.height()), colorGroup(),st); + style().drawControl(TQStyle::CE_PushButton,&painter,this, TQRect(0,0,pixmap.width(),pixmap.height()), colorGroup(),st); + style().drawControl(TQStyle::CE_PushButtonLabel,&painter,this, TQRect(0,0,pixmap.width(),pixmap.height()), colorGroup(),st); switch (m_position) { case KMultiTabBar::Left: @@ -667,7 +667,7 @@ void KMultiTabBarTab::drawButtonStyled(TQPainter *paint) { paint->drawPixmap(0,0,pixmap); break; } -// tqstyle().drawControl(TQStyle::CE_PushButtonLabel,painter,this, TQRect(0,0,pixmap.width(),pixmap.height()), +// style().drawControl(TQStyle::CE_PushButtonLabel,painter,this, TQRect(0,0,pixmap.width(),pixmap.height()), // colorGroup(),TQStyle::Style_Enabled); |