Rename additional global TQt functions

pull/1/head
Timothy Pearson 12 years ago
parent a8d948a60c
commit 0befb2dcf0

@ -949,7 +949,7 @@ v0.1.0 2004-09-06
2004-06-11 22:02 gateau
* libkipi/interface.cpp: qFatal -> kdWarning
* libkipi/interface.cpp: tqFatal -> kdWarning
2004-06-11 22:02 gateau

@ -103,7 +103,7 @@ void KDStream::flush()
if ( _out )
*_out += _output;
else
qDebug( "%s", _output.local8Bit().data() );
tqDebug( "%s", _output.local8Bit().data() );
_output = TQString();
}

@ -44,7 +44,7 @@ void KIPI::ImageCollectionShared::removeRef()
{
_count--;
if ( _count == 0 ) {
// qDebug("Deleting!");
// tqDebug("Deleting!");
delete this;
}
}

Loading…
Cancel
Save