r14.0.x
Timothy Pearson 13 years ago
parent e600281fc0
commit 5c4162ecd9

@ -209,7 +209,7 @@
</entry>
<entry name="StartDate" type="DateTime">
<label>Start date</label>
<default>QDateTime::fromString("1900-01-01T00:00:00", Qt::ISODate)</default>
<default>TQDateTime::fromString("1900-01-01T00:00:00", Qt::ISODate)</default>
</entry>
<entry name="useSystemColors" type="Bool">
<label>Use system colors</label>

@ -865,7 +865,7 @@ void MyMoneyStorageXML::signalProgress(int current, int total, const TQString& m
atEnd() status in certain circumstances which caused our
application to lock at startup.
*/
QByteArray QIODevice::readAll()
TQByteArray TQIODevice::readAll()
{
if ( TQT_TQIODEVICE(this)->isDirectAccess() ) {
// we know the size

@ -21,6 +21,8 @@
// ----------------------------------------------------------------------------
// QT Includes
#include <tqlistview.h>
class KListViewItem;
// ----------------------------------------------------------------------------

Loading…
Cancel
Save