summaryrefslogtreecommitdiff
path: root/noncore/graphics/drawpad/main.cpp
authorzecke <zecke>2004-03-13 23:00:19 (UTC)
committer zecke <zecke>2004-03-13 23:00:19 (UTC)
commit874af2f5ce2d48a460d5d9fa1d6535b68e5966da (patch) (side-by-side diff)
tree50c2f0dbe0b0aa4b0ef53c537d6005a4afcf210d /noncore/graphics/drawpad/main.cpp
parent8f5b7d0ee495901cdd9aa7901c445d82827e99b1 (diff)
downloadopie-874af2f5ce2d48a460d5d9fa1d6535b68e5966da.zip
opie-874af2f5ce2d48a460d5d9fa1d6535b68e5966da.tar.gz
opie-874af2f5ce2d48a460d5d9fa1d6535b68e5966da.tar.bz2
ODP namespace adjustment
Diffstat (limited to 'noncore/graphics/drawpad/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/drawpad/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/graphics/drawpad/main.cpp b/noncore/graphics/drawpad/main.cpp
index a6c666b..e48bb2e 100644
--- a/noncore/graphics/drawpad/main.cpp
+++ b/noncore/graphics/drawpad/main.cpp
@@ -12,7 +12,9 @@
***************************************************************************/
#include "drawpad.h"
#include <opie2/oapplicationfactory.h>
+using namespace Opie::Core;
+using namespace Opie::Core;
OPIE_EXPORT_APP( OApplicationFactory<DrawPad> )