Remove the tq in front of these incorrectly TQt4-converted methods/data members:

tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkipi@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 252b74ae40
commit ae567731fd

@ -130,7 +130,7 @@ void KIPI::UploadWidget::load( )
kdWarning() << "KIPI::UploadWidget::load(): This method is obsolete\n";
}
void KIPI::UploadWidget::slotPopulateFinished( KFileTreeViewItem * tqparentItem )
void KIPI::UploadWidget::slotPopulateFinished( KFileTreeViewItem * parentItem )
{
if ( d->m_pendingPath.isEmpty() )
{
@ -144,7 +144,7 @@ void KIPI::UploadWidget::slotPopulateFinished( KFileTreeViewItem * tqparentItem
d->m_pendingPath.pop_front();
TQListViewItem * item;
for ( item = tqparentItem->firstChild(); item; item = item->nextSibling() )
for ( item = parentItem->firstChild(); item; item = item->nextSibling() )
{
if ( item->text(0) == itemName )
{

Loading…
Cancel
Save