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

@ -209,7 +209,7 @@
</entry> </entry>
<entry name="StartDate" type="DateTime"> <entry name="StartDate" type="DateTime">
<label>Start date</label> <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>
<entry name="useSystemColors" type="Bool"> <entry name="useSystemColors" type="Bool">
<label>Use system colors</label> <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 atEnd() status in certain circumstances which caused our
application to lock at startup. application to lock at startup.
*/ */
QByteArray QIODevice::readAll() TQByteArray TQIODevice::readAll()
{ {
if ( TQT_TQIODEVICE(this)->isDirectAccess() ) { if ( TQT_TQIODEVICE(this)->isDirectAccess() ) {
// we know the size // we know the size

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

Loading…
Cancel
Save