From 72e96ecd25ffe8dcf9c0b0bdefc8ea259fe1dded Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 3 Jun 2023 13:02:24 +0900 Subject: Drop Qt2 obsolete classes Signed-off-by: Michele Calgaro --- lib/store/KoStore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/store/KoStore.cpp b/lib/store/KoStore.cpp index 9363f807..221c6b5c 100644 --- a/lib/store/KoStore.cpp +++ b/lib/store/KoStore.cpp @@ -269,7 +269,7 @@ TQIODevice* KoStore::device() const TQByteArray KoStore::read( unsigned long int max ) { - TQByteArray data; // Data is a TQArray + TQByteArray data; if ( !m_bIsOpen ) { -- cgit v1.2.1