From 096b94bf150d2f3a2ef9a26940871ee7ffa58bdf Mon Sep 17 00:00:00 2001 From: eilers Date: Sat, 10 Apr 2004 17:13:14 +0000 Subject: Some fixes to the namespace using. the first test implementation of regexp-search for addressbook (disabled) --- (limited to 'libopie2/opiedb') diff --git a/libopie2/opiedb/osqlitedriver.cpp b/libopie2/opiedb/osqlitedriver.cpp index 3ba161e..ccac2f8 100644 --- a/libopie2/opiedb/osqlitedriver.cpp +++ b/libopie2/opiedb/osqlitedriver.cpp @@ -34,15 +34,15 @@ #include #include -#include #include // fromLocal8Bit() does not work as expected. Thus it // is replaced by fromLatin1() (eilers) #define __BUGGY_LOCAL8BIT_ -using namespace Opie::DB; -using namespace Opie::DB::Internal; +namespace Opie { +namespace DB { +namespace Internal { namespace { struct Query { @@ -229,3 +229,5 @@ int OSQLiteDriver::call_back( void* voi, int argc, } + +}}} // namespace OPIE::DB::Internal diff --git a/libopie2/opiedb/osqlitedriver.h b/libopie2/opiedb/osqlitedriver.h index d5ab224..33037b8 100644 --- a/libopie2/opiedb/osqlitedriver.h +++ b/libopie2/opiedb/osqlitedriver.h @@ -5,6 +5,9 @@ #if defined (__GNUC__) && (__GNUC__ < 3) #include #endif +#ifdef Q_OS_MACX +#include +#endif #include #include "osqldriver.h" -- cgit v0.9.0.2