From 0adbc702a48a9a8ff24539d053ec1f3afe7eccc0 Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Sat, 24 Dec 2011 11:32:49 -0600
Subject: Rename a few stragglers

---
 bibletime/frontend/coptionsdialog.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bibletime/frontend/coptionsdialog.cpp b/bibletime/frontend/coptionsdialog.cpp
index e03a33d..c7e9bfc 100644
--- a/bibletime/frontend/coptionsdialog.cpp
+++ b/bibletime/frontend/coptionsdialog.cpp
@@ -683,7 +683,7 @@ You can change the filter settings in each display window, of course.")) );
 		m_settings.swords.headings->setText(i18n("Show section headings"));
 		m_settings.swords.headings->setChecked(CBTConfig::get
 												   (CBTConfig::headings));
-		tqlayout->addWidget(m_settings.swords.headings);
+		layout->addWidget(m_settings.swords.headings);
 
 
 		m_settings.swords.scriptureReferences = new TQCheckBox(currentTab);
@@ -702,13 +702,13 @@ You can change the filter settings in each display window, of course.")) );
 		m_settings.swords.hebrewPoints->setText(i18n("Show Hebrew vowel points"));
 		m_settings.swords.hebrewPoints->setChecked(CBTConfig::get
 					(CBTConfig::hebrewPoints));
-		tqlayout->addWidget(m_settings.swords.hebrewPoints);
+		layout->addWidget(m_settings.swords.hebrewPoints);
 
 		m_settings.swords.hebrewCantillation = new TQCheckBox(currentTab);
 		m_settings.swords.hebrewCantillation->setText(i18n("Show Hebrew cantillation marks"));
 		m_settings.swords.hebrewCantillation->setChecked(CBTConfig::get
 					(CBTConfig::hebrewCantillation));
-		tqlayout->addWidget(m_settings.swords.hebrewCantillation);
+		layout->addWidget(m_settings.swords.hebrewCantillation);
 
 		m_settings.swords.morphSegmentation = new TQCheckBox(currentTab);
 		m_settings.swords.morphSegmentation->setText(i18n("Show morph segmentation"));
-- 
cgit v1.2.3

