From 5c4162ecd91fb98ea7761d5c90adb956eb313b5e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Nov 2011 14:34:02 -0600 Subject: Fix FTBFS --- kmymoney2/mymoney/storage/mymoneystoragexml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmymoney2/mymoney') diff --git a/kmymoney2/mymoney/storage/mymoneystoragexml.cpp b/kmymoney2/mymoney/storage/mymoneystoragexml.cpp index 6c4cdcc..4e6fd19 100644 --- a/kmymoney2/mymoney/storage/mymoneystoragexml.cpp +++ b/kmymoney2/mymoney/storage/mymoneystoragexml.cpp @@ -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 -- cgit v1.2.1