summaryrefslogtreecommitdiffstats
path: root/kabc/formats/binaryformat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/formats/binaryformat.cpp')
-rw-r--r--kabc/formats/binaryformat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/formats/binaryformat.cpp b/kabc/formats/binaryformat.cpp
index a82a017a3..f9d0d705d 100644
--- a/kabc/formats/binaryformat.cpp
+++ b/kabc/formats/binaryformat.cpp
@@ -113,7 +113,7 @@ void BinaryFormat::saveAll( AddressBook*, Resource *resource, TQFile *file )
}
// set real number of entries
- stream.device()->at( 2 * sizeof( TQ_UINT32 ) );
+ stream.tqdevice()->tqat( 2 * sizeof( TQ_UINT32 ) );
stream << counter;
}