summaryrefslogtreecommitdiffstats
path: root/bibletime/bibletime_slots.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/bibletime_slots.cpp')
-rw-r--r--bibletime/bibletime_slots.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bibletime/bibletime_slots.cpp b/bibletime/bibletime_slots.cpp
index 56c3913..faf63eb 100644
--- a/bibletime/bibletime_slots.cpp
+++ b/bibletime/bibletime_slots.cpp
@@ -326,10 +326,10 @@ void BibleTime::slotToggleToolbar() {
void BibleTime::slotToggleMainIndex() {
//we use the tqparent widget because the main index is enclosed in a tqlayout which adds the label at the top
if (m_viewMainIndex_action->isChecked()) {
- m_mainIndex->tqparentWidget()->show();
+ m_mainIndex->parentWidget()->show();
}
else {
- m_mainIndex->tqparentWidget()->hide();
+ m_mainIndex->parentWidget()->hide();
}
}