summaryrefslogtreecommitdiff
path: root/noncore/games
authorzecke <zecke>2004-03-13 20:38:56 (UTC)
committer zecke <zecke>2004-03-13 20:38:56 (UTC)
commit8ff0f6a5875346302d62b52621f9e6189d683dd9 (patch) (side-by-side diff)
treeaf9d2b40ede891e6ff02cd561ab09a39a423a4f6 /noncore/games
parentcf61e44678f1b74e97c61e57ffb63a7bcf794577 (diff)
downloadopie-8ff0f6a5875346302d62b52621f9e6189d683dd9.zip
opie-8ff0f6a5875346302d62b52621f9e6189d683dd9.tar.gz
opie-8ff0f6a5875346302d62b52621f9e6189d683dd9.tar.bz2
Run the script... convert to namespace
actually only + using namespace Opie::Core :}
Diffstat (limited to 'noncore/games') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/backgammon/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/games/backgammon/main.cpp b/noncore/games/backgammon/main.cpp
index 67e4a5b..15d7a6c 100644
--- a/noncore/games/backgammon/main.cpp
+++ b/noncore/games/backgammon/main.cpp
@@ -2,6 +2,7 @@
#include <opie2/oapplicationfactory.h>
+using namespace Opie::Core;
OPIE_EXPORT_APP( OApplicationFactory<BackGammon> )