summaryrefslogtreecommitdiff
path: root/noncore/games/go
Side-by-side diff
Diffstat (limited to 'noncore/games/go') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/go/gowidget.cpp2
-rw-r--r--noncore/games/go/main.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/noncore/games/go/gowidget.cpp b/noncore/games/go/gowidget.cpp
index 79820b1..d134540 100644
--- a/noncore/games/go/gowidget.cpp
+++ b/noncore/games/go/gowidget.cpp
@@ -26,3 +26,3 @@
#include <qpainter.h>
-#include <qpe/qpetoolbar.h>
+#include <qtoolbar.h>
#include <qmenubar.h>
diff --git a/noncore/games/go/main.cpp b/noncore/games/go/main.cpp
index 46817d1..f6bb813 100644
--- a/noncore/games/go/main.cpp
+++ b/noncore/games/go/main.cpp
@@ -25,2 +25,3 @@
+using namespace Opie::Core;
OPIE_EXPORT_APP( OApplicationFactory<GoMainWidget> )