summaryrefslogtreecommitdiffstats
path: root/khexedit/hexeditorwidget.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/hexeditorwidget.cc
parent89856e749bf14e63fed55a8f3436ea9a6f19667a (diff)
downloadtdeutils-2516e7557a4a47da20cc006a95ab831e5672db9b.tar.gz
tdeutils-2516e7557a4a47da20cc006a95ab831e5672db9b.zip
Rename a few stragglers
Diffstat (limited to 'khexedit/hexeditorwidget.cc')
-rw-r--r--khexedit/hexeditorwidget.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/khexedit/hexeditorwidget.cc b/khexedit/hexeditorwidget.cc
index 720c0bf..894b70f 100644
--- a/khexedit/hexeditorwidget.cc
+++ b/khexedit/hexeditorwidget.cc
@@ -427,7 +427,7 @@ void CHexEditorWidget::setLayout( const SDisplayLayout &layout )
mDisplayState.layout.edgeMarginWidth = layout.edgeMarginWidth;
mDisplayState.layout.columnCharSpace = layout.columnCharSpace;
mDisplayState.layout.columnSpacing = layout.columnSpacing;
- mDisplayState.tqlayout.horzGridWidth = tqlayout.horzGridWidth;
+ mDisplayState.layout.horzGridWidth = layout.horzGridWidth;
mDisplayState.layout.vertGridWidth = layout.vertGridWidth;
//
@@ -453,8 +453,8 @@ void CHexEditorWidget::setColor( const SDisplayColor &color )
//
// The selection colors can not be chosen.
//
- mDisplayState.color.selectBg = kapp->tqpalette().active().highlight();
- mDisplayState.color.selectFg = kapp->tqpalette().active().highlightedText();
+ mDisplayState.color.selectBg = kapp->palette().active().highlight();
+ mDisplayState.color.selectFg = kapp->palette().active().highlightedText();
if( mDisplayState.color.useSystemColor == true )
{