diff options
Diffstat (limited to 'tdeabc/locknull.cpp')
-rw-r--r-- | tdeabc/locknull.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/locknull.cpp b/tdeabc/locknull.cpp index 5f3ee06c7..c38bda0ce 100644 --- a/tdeabc/locknull.cpp +++ b/tdeabc/locknull.cpp @@ -24,7 +24,7 @@ #include <tdelocale.h> #include <kdebug.h> -using namespace KABC; +using namespace TDEABC; LockNull::LockNull( bool allowAccess ) : Lock( TQString::null ), mAllowAccess( allowAccess ) |