Diffstat (limited to 'examples/opiebluez/oblueztest/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r-- | examples/opiebluez/oblueztest/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opiebluez/oblueztest/main.cpp b/examples/opiebluez/oblueztest/main.cpp index a9fa3f6..2e66d9a 100644 --- a/examples/opiebluez/oblueztest/main.cpp +++ b/examples/opiebluez/oblueztest/main.cpp @@ -1,20 +1,20 @@ #include <opie2/odebug.h> #include <opie2/obluetooth.h> using namespace Opie::Core; -using namespace Opie::Shower; +using namespace Opie::Bluez; int main( int argc, char** argv ) { OBluetooth* sys = OBluetooth::instance(); OBluetooth::InterfaceIterator it = sys->iterator(); while( it.current() ) { odebug << "APP: Bluetooth host controller interface '" << it.current()->name() << "' has MAC '" << it.current()->macAddress() << "'" << oendl; ++it; } return 0; } |