From 7ecf29073d76f7673cfc43b515992d340c7eeeaf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 24 Dec 2011 11:56:47 -0600 Subject: Rename a few stragglers (cherry picked from commit 2516e7557a4a47da20cc006a95ab831e5672db9b) --- khexedit/hexeditorwidget.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'khexedit/hexeditorwidget.cc') 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 ) { -- cgit v1.2.3