diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-03 13:02:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-03 13:02:24 +0900 |
commit | 72e96ecd25ffe8dcf9c0b0bdefc8ea259fe1dded (patch) | |
tree | e5fe2e983cadd94279139a4f75be81533d6b0424 /lib | |
parent | 5d5725effa1a9e1567b9226f49338e8fe00a3107 (diff) | |
download | koffice-72e96ecd25ffe8dcf9c0b0bdefc8ea259fe1dded.tar.gz koffice-72e96ecd25ffe8dcf9c0b0bdefc8ea259fe1dded.zip |
Drop Qt2 obsolete classes
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/store/KoStore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<char> + TQByteArray data; if ( !m_bIsOpen ) { |