summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/store/KoStore.cpp2
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 )
{