Replaced various '#define' with actual strings - part 5

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit eab9fa1d6f)
r14.1.x
Michele Calgaro 5 months ago
parent e76222b984
commit 525e762e4c
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -96,7 +96,7 @@ int ButtonFlowLayout::heightForWidth( int w ) const
void ButtonFlowLayout::addItem( TQLayoutItem *item)
{
list.append( TQT_TQLAYOUTITEM(item) );
list.append( item );
}
bool ButtonFlowLayout::hasHeightForWidth() const

@ -387,7 +387,7 @@ bool StationList::readXML (const KURL &url, const IErrorLogClient &logger, bool
}
// preset file written with tderadio >= 0.3.0
else {
TQXmlInputSource tmp(TQT_TQIODEVICE(&presetFile));
TQXmlInputSource tmp(&presetFile);
xmlData = tmp.data();
}

Loading…
Cancel
Save