From abb8cd68f820cfe0c96965136890a6bdd1093db5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:13:30 -0600 Subject: Rename old tq methods that no longer need a unique name --- src/picitem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/picitem.cpp') diff --git a/src/picitem.cpp b/src/picitem.cpp index 20a2f4e..c60fd5d 100644 --- a/src/picitem.cpp +++ b/src/picitem.cpp @@ -377,10 +377,10 @@ void PicItem::updateVisibility() const PinItemList::iterator end = m_pinItemList.end(); for ( PinItemList::iterator it = m_pinItemList.begin(); it != end; ++it ) - (*it)->tqsetVisible(m_bExpanded); + (*it)->setVisible(m_bExpanded); if ( Button * btn = button("settings") ) - btn->tqsetVisible(m_bExpanded); + btn->setVisible(m_bExpanded); } -- cgit v1.2.1