diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:54:22 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-02 19:05:07 +0200 |
commit | b2fbb2c5c17039c4ff309c048e6058ad4dfb3a89 (patch) | |
tree | a006c4e6cc6cd2fa0bade663e694c03c499ad508 /kutils/kmultitabbar.cpp | |
parent | ffd8d17b0ba4286d25112d69d0b04bbe50e31b26 (diff) | |
download | tdelibs-b2fbb2c5c17039c4ff309c048e6058ad4dfb3a89.tar.gz tdelibs-b2fbb2c5c17039c4ff309c048e6058ad4dfb3a89.zip |
Rename a few stragglers
(cherry picked from commit 22e7adf3ed072dce5600693e9ba7c14eda94e025)
Diffstat (limited to 'kutils/kmultitabbar.cpp')
-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); |