summaryrefslogtreecommitdiffstats
path: root/bibletime
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:32:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:32:49 -0600
commit0adbc702a48a9a8ff24539d053ec1f3afe7eccc0 (patch)
treea23379526f48dafafb6a07abd4c5849aa5941649 /bibletime
parentc2b5ed43b9f2a17a3840732e3a82e33f16422d9e (diff)
downloadbibletime-0adbc702a48a9a8ff24539d053ec1f3afe7eccc0.tar.gz
bibletime-0adbc702a48a9a8ff24539d053ec1f3afe7eccc0.zip
Rename a few stragglers
Diffstat (limited to 'bibletime')
-rw-r--r--bibletime/frontend/coptionsdialog.cpp6
1 files 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"));