diff options
author | Timothy Pearson <[email protected]> | 2011-12-24 11:33:35 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-05 02:23:15 +0200 |
commit | 1728445a277c836b56e94eff3813cf0adbb1b9d9 (patch) | |
tree | e860ad48e96a7cb6fe610a3d0cca0f598851db58 | |
parent | f0f39489a944ec23ecb08e7064b80ff0e0cff03d (diff) | |
download | kaffeine-1728445a277c836b56e94eff3813cf0adbb1b9d9.tar.gz kaffeine-1728445a277c836b56e94eff3813cf0adbb1b9d9.zip |
Rename a few stragglers
(cherry picked from commit 89b5fd35299d63e54cb2b36ec366d0071381458b)
-rw-r--r-- | kaffeine/src/kmultitabbar.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kaffeine/src/kmultitabbar.cpp b/kaffeine/src/kmultitabbar.cpp index 4ff1154..8d85e01 100644 --- a/kaffeine/src/kmultitabbar.cpp +++ b/kaffeine/src/kmultitabbar.cpp @@ -654,8 +654,8 @@ void KMultiTabBarTab::drawButtonStyled(TQPainter *paint) { if (down) 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: @@ -671,7 +671,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); |