summaryrefslogtreecommitdiff
path: root/noncore/games/wordgame/main.cpp
authordrw <drw>2004-03-02 22:58:25 (UTC)
committer drw <drw>2004-03-02 22:58:25 (UTC)
commit9ffe8155d3cf0d72126b7420a8fee66d6f62e2c7 (patch) (side-by-side diff)
treee6b7a1d5ba786e5058c1956d12cca1bd1ebd3049 /noncore/games/wordgame/main.cpp
parent3f5ca7734d2534ca90c13228504b6218f18f5afe (diff)
downloadopie-9ffe8155d3cf0d72126b7420a8fee66d6f62e2c7.zip
opie-9ffe8155d3cf0d72126b7420a8fee66d6f62e2c7.tar.gz
opie-9ffe8155d3cf0d72126b7420a8fee66d6f62e2c7.tar.bz2
Word game: libopie -> libopie2, added libwordgames.so* to control file
Diffstat (limited to 'noncore/games/wordgame/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/wordgame/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/wordgame/main.cpp b/noncore/games/wordgame/main.cpp
index eb3e2f2..7fd5f50 100644
--- a/noncore/games/wordgame/main.cpp
+++ b/noncore/games/wordgame/main.cpp
@@ -1,27 +1,27 @@
/**********************************************************************
** Copyright (C) 2000 Trolltech AS. All rights reserved.
**
** This file is part of Qtopia Environment.
**
** This file may be distributed and/or modified under the terms of the
** GNU General Public License version 2 as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file.
**
** 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.
**
** Contact info@trolltech.com if any conditions of this licensing are
** not clear to you.
**
**********************************************************************/
#include "wordgame.h"
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
OPIE_EXPORT_APP( OApplicationFactory<WordGame> )