summaryrefslogtreecommitdiff
path: root/noncore/games/fifteen
Side-by-side diff
Diffstat (limited to 'noncore/games/fifteen') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/fifteen/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/games/fifteen/main.cpp b/noncore/games/fifteen/main.cpp
index ed74a47..800a270 100644
--- a/noncore/games/fifteen/main.cpp
+++ b/noncore/games/fifteen/main.cpp
@@ -10,14 +10,15 @@
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
** See http://www.trolltech.com/gpl/ for GPL licensing information.
**
**********************************************************************/
#include "fifteen.h"
#include <opie2/oapplicationfactory.h>
+using namespace Opie::Core;
OPIE_EXPORT_APP( OApplicationFactory<FifteenMainWindow> )