summaryrefslogtreecommitdiffstats
path: root/khexedit/statusbarprogress.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:56:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:56:47 -0600
commit2516e7557a4a47da20cc006a95ab831e5672db9b (patch)
treef9bda31797fa4cfc38f77e287f57665adb386359 /khexedit/statusbarprogress.cc
parent89856e749bf14e63fed55a8f3436ea9a6f19667a (diff)
downloadtdeutils-2516e7557a4a47da20cc006a95ab831e5672db9b.tar.gz
tdeutils-2516e7557a4a47da20cc006a95ab831e5672db9b.zip
Rename a few stragglers
Diffstat (limited to 'khexedit/statusbarprogress.cc')
-rw-r--r--khexedit/statusbarprogress.cc8
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() );
}