summaryrefslogtreecommitdiff
path: root/noncore/games/wordgame
authorzecke <zecke>2004-03-13 20:51:18 (UTC)
committer zecke <zecke>2004-03-13 20:51:18 (UTC)
commita3304e23c7f8576a4584475ef0cf49d0e588671e (patch) (side-by-side diff)
tree854fa06307ad13c403a5be06caa2c9da305dd9b6 /noncore/games/wordgame
parent8ff0f6a5875346302d62b52621f9e6189d683dd9 (diff)
downloadopie-a3304e23c7f8576a4584475ef0cf49d0e588671e.zip
opie-a3304e23c7f8576a4584475ef0cf49d0e588671e.tar.gz
opie-a3304e23c7f8576a4584475ef0cf49d0e588671e.tar.bz2
convert to Opie2 namespace
most of them are only using namespace Opie::Core in the main remove <qpe/qpetoolbar.h>
Diffstat (limited to 'noncore/games/wordgame') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/wordgame/main.cpp1
-rw-r--r--noncore/games/wordgame/wordgame.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/noncore/games/wordgame/main.cpp b/noncore/games/wordgame/main.cpp
index 7fd5f50..c388775 100644
--- a/noncore/games/wordgame/main.cpp
+++ b/noncore/games/wordgame/main.cpp
@@ -23,5 +23,6 @@
#include <opie2/oapplicationfactory.h>
+using namespace Opie::Core;
OPIE_EXPORT_APP( OApplicationFactory<WordGame> )
diff --git a/noncore/games/wordgame/wordgame.cpp b/noncore/games/wordgame/wordgame.cpp
index 43a54f8..a80bd35 100644
--- a/noncore/games/wordgame/wordgame.cpp
+++ b/noncore/games/wordgame/wordgame.cpp
@@ -33,7 +33,7 @@
#include <qpushbutton.h>
#include <qtextstream.h>
#include <qtimer.h>
-#include <qpe/qpetoolbar.h>
+#include <qtoolbar.h>
#include <qtoolbutton.h>
#include <qvbox.h>
#include <qwidgetstack.h>