summaryrefslogtreecommitdiffstats
path: root/kabc/locknull.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/locknull.cpp')
-rw-r--r--kabc/locknull.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/locknull.cpp b/kabc/locknull.cpp
index 1df269a24..234c2c214 100644
--- a/kabc/locknull.cpp
+++ b/kabc/locknull.cpp
@@ -27,7 +27,7 @@
using namespace KABC;
LockNull::LockNull( bool allowAccess )
- : Lock( QString::null ), mAllowAccess( allowAccess )
+ : Lock( TQString::null ), mAllowAccess( allowAccess )
{
}
@@ -54,7 +54,7 @@ bool LockNull::unlock()
return true;
}
-QString LockNull::error() const
+TQString LockNull::error() const
{
if ( mAllowAccess )
return i18n("LockNull: All locks succeed but no actual locking is done.");