From 49588c7322679fe3dadf7aaad058d7df76e0d8d3 Mon Sep 17 00:00:00 2001 From: zecke Date: Thu, 06 May 2004 19:47:25 +0000 Subject: Error spotted by Clement with Opie::Core and namespaces --- (limited to 'noncore/net/opietooth/lib/device.cc') diff --git a/noncore/net/opietooth/lib/device.cc b/noncore/net/opietooth/lib/device.cc index 18d26e4..04c50d9 100644 --- a/noncore/net/opietooth/lib/device.cc +++ b/noncore/net/opietooth/lib/device.cc @@ -7,7 +7,7 @@ using namespace OpieTooth; -using namespace Opie::Core; +using Opie::Core::OProcess; namespace { int parsePid( const QCString& par ){ int id=0; -- cgit v0.9.0.2