From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kabc/locknull.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kabc/locknull.cpp') 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."); -- cgit v1.2.1