diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:56:47 -0600 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-04 03:15:21 +0200 |
| commit | 7ecf29073d76f7673cfc43b515992d340c7eeeaf (patch) | |
| tree | 8a2ae7507d93c9e0640c20a73a000b4d798ad14f /khexedit/statusbarprogress.cc | |
| parent | a3f1234ece748a30d118e4b6f8333c19505bd516 (diff) | |
| download | tdeutils-7ecf29073d76f7673cfc43b515992d340c7eeeaf.tar.gz tdeutils-7ecf29073d76f7673cfc43b515992d340c7eeeaf.zip | |
Rename a few stragglers
(cherry picked from commit 2516e7557a4a47da20cc006a95ab831e5672db9b)
Diffstat (limited to 'khexedit/statusbarprogress.cc')
| -rw-r--r-- | khexedit/statusbarprogress.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/khexedit/statusbarprogress.cc b/khexedit/statusbarprogress.cc index 59facfc..f08baf6 100644 --- a/khexedit/statusbarprogress.cc +++ b/khexedit/statusbarprogress.cc @@ -67,8 +67,8 @@ void CStatusBarProgress::initialize( void ) mBarPixmap = 0; mBarStyle = Solid; - mBarColor = tqpalette().active().highlight(); - mBarTextColor = tqpalette().active().highlightedText(); + mBarColor = palette().active().highlight(); + mBarTextColor = palette().active().highlightedText(); mTextColor = palette().active().text(); setBackgroundColor( palette().active().background() ); @@ -246,8 +246,8 @@ void CStatusBarProgress::adjustStyle( void ) void CStatusBarProgress::paletteChange( const TQPalette & ) { - mBarColor = tqpalette().active().highlight(); - mBarTextColor = tqpalette().active().highlightedText(); + mBarColor = palette().active().highlight(); + mBarTextColor = palette().active().highlightedText(); mTextColor = palette().active().text(); setBackgroundColor( palette().active().background() ); } |
