author | alwin <alwin> | 2004-03-14 12:06:58 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-03-14 12:06:58 (UTC) |
commit | 3e260630413b00d145f48b5ede85530743fd095e (patch) (side-by-side diff) | |
tree | 6dfd1324f530d78f40adbf14efeecfdd9b6e979f /noncore/tools | |
parent | cede8b4bdf0d77d6fd5a51db840e9c22eea03834 (diff) | |
download | opie-3e260630413b00d145f48b5ede85530743fd095e.zip opie-3e260630413b00d145f48b5ede85530743fd095e.tar.gz opie-3e260630413b00d145f48b5ede85530743fd095e.tar.bz2 |
namespace fix
-rw-r--r-- | noncore/tools/calculator/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/tools/calculator/main.cpp b/noncore/tools/calculator/main.cpp index 145ba38..1e00358 100644 --- a/noncore/tools/calculator/main.cpp +++ b/noncore/tools/calculator/main.cpp @@ -22,4 +22,5 @@ #include <opie2/oapplicationfactory.h> +using namespace Opie::Core; OPIE_EXPORT_APP( OApplicationFactory<CalculatorImpl> ) |