summaryrefslogtreecommitdiffstats
path: root/khexedit/optiondialog.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/optiondialog.cc
parent89856e749bf14e63fed55a8f3436ea9a6f19667a (diff)
downloadtdeutils-2516e7557a4a47da20cc006a95ab831e5672db9b.tar.gz
tdeutils-2516e7557a4a47da20cc006a95ab831e5672db9b.zip
Rename a few stragglers
Diffstat (limited to 'khexedit/optiondialog.cc')
-rw-r--r--khexedit/optiondialog.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/optiondialog.cc b/khexedit/optiondialog.cc
index f6bec82..eceb759 100644
--- a/khexedit/optiondialog.cc
+++ b/khexedit/optiondialog.cc
@@ -901,11 +901,11 @@ void COptionDialog::setLayout( SDisplayLayout &layout, SDisplayLine &line )
slotColumnSepCheck( layout.columnCharSpace );
mLayout.columnSepSpin->setValue( layout.columnSpacing );
- if( tqlayout.horzGridWidth == 0 && tqlayout.vertGridWidth == 0 )
+ if( layout.horzGridWidth == 0 && layout.vertGridWidth == 0 )
{
mLayout.gridCombo->setCurrentItem(0);
}
- else if( tqlayout.horzGridWidth != 0 && tqlayout.vertGridWidth != 0 )
+ else if( layout.horzGridWidth != 0 && layout.vertGridWidth != 0 )
{
mLayout.gridCombo->setCurrentItem(3);
}